Reports the index of the first occurrence of the specified
ByteString in this instance.
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);
ByteString Class | Hunny.Base Namespace