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

Syntax

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

Parameters

subString
the string to find.
start
the starting offset.

Returns

Documentation for this section has not yet been entered.

Remarks

Searches for the index of the specified character. The search for the character starts at the specified offset 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