get idex of the first character after an index c# code example
Example: strinng.indexOf c#
int index = String.IndexOf(char x);
int index = String.IndexOf(string x);
int index = String.IndexOf(char x);
int index = String.IndexOf(string x);