ByteBufferIndexOf(Char) Method
Returns the position of specified char in the buffer. ASCII encoding is used.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public int IndexOf(
char ch
)
- ch Char
- A char to find
Int32The position of the char in the buffer, -1 if specified char was not found