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