Hunny Software Library Reference

ByteString.LastIndexOf Method

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

Overload List

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

public int LastIndexOf(ByteString);

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

public int LastIndexOf(ByteString,int);

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

public int LastIndexOf(ByteString,int,int);

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

public int LastIndexOf(byte);

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

public int LastIndexOf(byte,int);

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

public int LastIndexOf(byte,int,int);

See Also

ByteString Class | Hunny.Base Namespace