StringExtensionsIndexOfNot Method

Overload List

IndexOfNot(String, Char, Int32) Finds the first index that does not match the given character.
IndexOfNot(String, Char, Int32) Finds the first index that is NOT included in testChars
IndexOfNot(String, FuncChar, Boolean, Int32) Finds the first index that does NOT pass the characterTestFunction delegate function.

See Also