ServerStringsIndexOf Method
Returns the index of the given string or -1 if it's not in the collection.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public int IndexOf(
string str
)
Public Function IndexOf (
str As String
) As Integer
public:
int IndexOf(
String^ str
)
member IndexOf :
str : string -> int
- str String
- String to look for.
Int32Index of the given string or
-1 if it's not in the collection.