edtFTPnet/Free - Open-source FTP component for .NET | Download
Returns the index of the given string or -1 if it's not in the collection.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public int IndexOf(
	string str
)
Visual Basic
Public Function IndexOf ( _
	str As String _
) As Integer
Visual C++
public:
int IndexOf(
	String^ str
)

Parameters

str
Type: System..::..String
String to look for.

Return Value

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

See Also