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

Syntax

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

See Also

StringBuilder.LastIndexOf(string)

Parameters

string
the string to find.

Returns

Documentation for this section has not yet been entered.

Remarks

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