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