Method ExtString.FindAny
Overload
Finds the first character specified in chars. Returns its index, or -1 if not found.
public static int FindAny(this string t, string chars, Range? range = null)
Parameters
Returns
Exceptions
ArgumentNullException
chars is |
ArgumentOutOfRangeException
Invalid range. |