Locates the index of the specified data.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public int IndexOf(
	byte data
)
Visual Basic
Public Function IndexOf ( _
	data As Byte _
) As Integer
Visual C++
public:
int IndexOf(
	unsigned char data
)

Parameters

data
Type: System..::..Byte
The byte to search for.

Return Value

The index of the specified byte, or -1 if not found.

See Also