Reports the index of the first occurrence in this instance of any byte in a specified array of bytes.
smallest index greater than or equal to startIndex and
less than startIndex + count where any byte
in anyOf was found;
-1 if no byte in anyOf was found
The search begins at startIndex and
continues to
| Exception Type | Condition |
|---|---|
| ArgumentNullException | anyOf is null |
| ArgumentOutOfRangeException | startIndex < 0; or count < 0; or startIndex + count > Length |
ByteString Class | Hunny.Base Namespace | ByteString.IndexOfAny Overload List