Email Factory for .NET

ByteBuffer.IndexOf Method (Byte[])

Locates the index of the specified data.

public int IndexOf(
   byte[] data
);

Parameters

data
The byte[] to search for.

Return Value

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

See Also

ByteBuffer Class | Jscape.Email Namespace | ByteBuffer.IndexOf Overload List