IndexOf(String,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function IndexOf( _
ByVal As System.String, _
ByVal As System.Integer _
) As System.Integer
public System.int IndexOf(
System.string ,
System.int
)
Parameters
- item
- index
See Also