edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ServerStringsIndexOf Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int IndexOf(
	string str
)

Parameters

str  String
String to look for.

Return Value

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

See Also