Java.Lang.StringBuffer.CodePointBefore Method
Retrieves the Unicode code point value that precedes the index.

Syntax

[Android.Runtime.Register("codePointBefore", "(I)I", "")]
public override int CodePointBefore (int index)

Parameters

index
the index to the char code unit within this object.

Returns

Documentation for this section has not yet been entered.

Remarks

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