Scans part of the string for the first instance of a particular byte.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- value
- Type: System Byte
The byte to look for.
- startIndex
- Type: System Int32
The first byte to begin scanning at.
Return Value
The index of the first matching byte, or -1.See Also