Reports the index of the last occurrence of the specified byte in this instance.
position in this instance where by was found;
-1 if by was not found
The search ranges from startIndex to startIndex - count + 1. The byte at position startIndex - count is not examined.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | startIndex < 0; count < 0; startIndex - count < 0 |
ByteString Class | Hunny.Base Namespace | ByteString.LastIndexOf Overload List