Email Factory for .NET

ByteBuffer.IndexOf Method

Locates the index of the specified data.

Overload List

Locates the index of the specified data.

public int IndexOf(byte);

Locates the index of the specified data.

public int IndexOf(byte,int);

Locates the index of the specified data.

public int IndexOf(byte[]);

Locates the index of the specified data.

public int IndexOf(byte[],int);

Locates the index of the specified data.

public int IndexOf(string,string);

Locates the index of the specified data.

public int IndexOf(string,string,int);

See Also

ByteBuffer Class | Jscape.Email Namespace