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
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1