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

Syntax

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

Parameters

index
the index to the char code unit.

Returns

Documentation for this section has not yet been entered.

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