Hunny Software Library Reference

ByteString.IndexOf Method

Reports the index of the first occurrence of the specified ByteString in this instance.

Overload List

Reports the index of the first occurrence of the specified ByteString in this instance.

public int IndexOf(ByteString);

Reports the index of the first occurrence of the specified ByteString in this instance.

public int IndexOf(ByteString,int);

Reports the index of the first occurrence of the specified ByteString in this instance.

public int IndexOf(ByteString,int,int);

Reports the index of the first occurrence of the specified byte in this instance.

public int IndexOf(byte);

Reports the index of the first occurrence of the specified byte in this instance.

public int IndexOf(byte,int);

Reports the index of the first occurrence of the specified byte in this instance.

public int IndexOf(byte,int,int);

See Also

ByteString Class | Hunny.Base Namespace