Java.Lang.String.CodePointBefore Method
Returns the Unicode code point that precedes the given index.

Syntax

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

See Also

Character.CodePointBefore(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 that precedes 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