Overload List
| Name | Description | |
|---|---|---|
| IndexOf(Byte) |
Scans the string for the first instance of a particular byte.
| |
| IndexOf(Byte, Int32) |
Scans part of the string for the first instance of a particular byte.
| |
| IndexOf(Func Byte, Boolean , Int32, Int32) |
Scans part of the string for the first byte that matches the specified condition.
|
See Also