An NDoc Documented Class Library

ServerStrings.IndexOf Method 

Returns the index of the given string or -1 if it's not in the collection.

public int IndexOf(
   string str
);

Parameters

str
String to look for.

Return Value

Index of the given string or -1 if it's not in the collection.

See Also

ServerStrings Class | EnterpriseDT.Net.Ftp Namespace