'DeclarationPublic Function IndexOf( _ ByVal value As System.String _ ) As System.Integer
'UsageDim instance As NStringList Dim value As System.String Dim value As System.Integer value = instance.IndexOf(value)
public System.int IndexOf( System.string value )
Parameters
- value