Email Factory for .NET

ByteBuffer.IndexOf Method (Byte, Int32)

Locates the index of the specified data.

public int IndexOf(
   byte data,
   int begin
);

Parameters

data
The byte to search for.
begin
The starting index.

Return Value

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

See Also

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