ByteBufferIndexOf(Byte) Method
Returns the position of specified byte in the buffer
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public int IndexOf(
byte b
)
- b Byte
- A byte to find
Int32The position of the byte in the buffer, -1 if specified byte was not found