Java.Lang.StringBuilder.CodePointCount Method
Calculates the number of Unicode code points between start and end.

Syntax

[Android.Runtime.Register("codePointCount", "(II)I", "")]
public override int CodePointCount (int beginIndex, int endIndex)

See Also

Character
Character.CodePointCount(Char[], System.Int32, System.Int32)

Parameters

start
the inclusive beginning index of the subsequence.
end
the exclusive end index of the subsequence.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif start is negative or greater than end or end is greater than StringBuilder.Length.

Remarks

Calculates the number of Unicode code points between start and end.

[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