Java.Lang.String.CodePointAt Method
Returns the Unicode code point at the given index.

Syntax

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

See Also

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

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index = length()

Remarks

Returns the Unicode code point at the given 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