Hunny Software Library Reference

ByteString.IndexOfAny Method

Reports the index of the first occurrence of any byte in a specified set of bytes.

Overload List

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);

See Also

ByteString Class | Hunny.Base Namespace