ByteBufferIndexOf(String) Method
Returns the position of specified string 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(
string s
)
- s String
- A string to find
Int32The position of the string in the buffer, -1 if specified string was not found