Finds the nth index of in a string from the end.
public static int LastIndexOfNth(string source, char matchChar, int charInstance)
Parameters
source
matchChar
charInstance
Overloads:
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic