Java.Lang.StringBuilder.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)

See Also

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

Parameters

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index is less than 1 or greater than StringBuilder.Length.

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