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

Syntax

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

See Also

StringBuilder.LastIndexOf(string, System.Int32)

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 end.

[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