'Declaration Public Overloads Function IndexOf( _ ByVal text As System.String _ ) As System.Integer
public System.int IndexOf( System.string text )
Parameters
- text
- The text to search for, case-sensitive.
'Declaration Public Overloads Function IndexOf( _ ByVal text As System.String _ ) As System.Integer
public System.int IndexOf( System.string text )