get a specific string c# code example Example: c# get certain character from string string myString = "string"; // outputs r print(mystring[2]);