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

Syntax

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

See Also

Character.CodePointCount(ICharSequence, 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 length() || start > end

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