Scans part of the string for the first byte that matches the specified condition.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- matchCondition
- Type: System Func Byte, Boolean
The condition to match.
- startIndex
- Type: System Int32
The first byte to begin scanning at.
- length
- Type: System Int32
The distance to scan.
Return Value
The index of the first matching byte, or -1.See Also