Reports the index of the first occurrence of any byte in a specified set of bytes.
Reports the index of the first occurrence of any byte in a specified set of bytes.
public int IndexOfAny(byte[]);
Reports the index of the first occurrence of any byte in a specified set of bytes.
public int IndexOfAny(byte[],int);
Reports the index of the first occurrence in this instance of any byte in a specified array of bytes.
public int IndexOfAny(byte[],int,int);
ByteString Class | Hunny.Base Namespace