Java.Lang.StringBuffer.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)

Parameters

beginIndex
the inclusive beginning index of the subsequence.
endIndex
the exclusive end index of the subsequence.

Returns

Documentation for this section has not yet been entered.

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