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