Java.Lang.StringBuffer.OffsetByCodePoints Method
Returns the index that is offset codePointOffset code points from index.

Syntax

[Android.Runtime.Register("offsetByCodePoints", "(II)I", "")]
public override int OffsetByCodePoints (int index, int codePointOffset)

Parameters

index
the index to calculate the offset from.
codePointOffset
the number of code points to count.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the index that is offset codePointOffset code points from index.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1