c# char at index code example Example: c# get char from string char first = mystring[0]; char second = mystring[1]; char third = mystring[2];