Java.Lang.StringBuilder.LastIndexOf Method
Searches for the last index of the specified character.

Syntax

[Android.Runtime.Register("lastIndexOf", "(Ljava/lang/String;)I", "")]
public override int LastIndexOf (string string)

See Also

String.LastIndexOf(string)

Parameters

string
the string to find.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif string is null.

Remarks

Searches for the last index of the specified character. The search for the character starts at the end and moves towards the beginning.

[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