Hunny Software Library Reference

ByteString.LastIndexOf Method (Byte)

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

[Visual Basic]
Overloads Public Function LastIndexOf( _
   ByVal by As Byte _
) As Integer
[C#]
public int LastIndexOf(
   byte by
);

Parameters

by
a byte value to seek

Return Value

position in this instance where by was found;
-1 if by was not found

See Also

ByteString Class | Hunny.Base Namespace | ByteString.LastIndexOf Overload List