Returns the nth Index of a character in a string
public static int IndexOfNth(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