char at in C# code example Example: get string character by index c# //Returns a char myString.[0]; //Returns a string myString.[0].ToString();