Click or drag to resize

StringExtensionsIndexOfPrevious Method

Overload List
  Name Description
Public Extension Method IndexOfPrevious(String, Char, Int32) Searches a string from right to left for the next instance of a specified character.
Public Extension Method IndexOfPrevious(String, FuncChar, Boolean, Int32) Searches a string from right to left for the next instance of a character passing the specified delegate.
Public Extension Method IndexOfPrevious(String, String, Int32, Boolean) Searches a string from right to left for the next instance of a specified string.
Top
See Also