Click or drag to resize

StringParserIndexOfPreviousToken Method

Overload List
  Name Description
Public method Static member IndexOfPreviousToken(String, Char, Int32, Int32, Boolean) Processing from RIGHT to LEFT, finds the index of the "n" occurrence of a character (a token) within a string
Public method Static member IndexOfPreviousToken(String, String, Int32, Int32, Boolean) Processing from RIGHT to LEFT, finds the index of the "n"occurrence of one string (a token) within a string
Top
See Also