letter at index of string csharp

Code Example - letter at index of string csharp

                
                        string s = "hello";
char c = s[1];
// now c == 'e'