C# How to search through a string code example Example: letter at index of string c# string s = "hello"; char c = s[1]; // now c == 'e'