Click or drag to resize

StringExtensionsIndexOfNot Method

Overload List
  Name Description
Public Extension Method IndexOfNot(String, Char, Int32) Finds the first index that does not match the given character.
Public Extension Method IndexOfNot(String, Char, Int32) Finds the first index that is NOT included in testChars
Public Extension Method IndexOfNot(String, FuncChar, Boolean, Int32) Finds the first index that does NOT pass the characterTestFunction delegate function.
Top
See Also