Hunny Software Library Reference

ByteString.LastIndexOfAny Method

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

Overload List

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

public int LastIndexOfAny(byte[]);

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

public int LastIndexOfAny(byte[],int);

Reports the index of the last occurrence in this instance of any byte in a specified array of bytes.

public int LastIndexOfAny(byte[],int,int);

See Also

ByteString Class | Hunny.Base Namespace