Java.Lang.StringBuilder.CodePointAt Method
Retrieves the Unicode code point value at the index.

Syntax

[Android.Runtime.Register("codePointAt", "(I)I", "")]
public override int CodePointAt (int index)

See Also

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

Parameters

index
the index to the char code unit.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index is negative or greater than or equal to StringBuilder.Length.

Remarks

Retrieves the Unicode code point value at the 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