StringUtils.IndexOfNth
Returns the nth Index of a character in a string
public static int IndexOfNth(string source, string matchString, int stringInstance, StringComparison stringComparison)
Parameters
source
matchString
stringInstance
stringComparison
