c# get start index of a syubstring code example Example: letter at index of string c# string s = "hello"; char c = s[1]; // now c == 'e'