check if char is specific letter c# code example Example: c# check if char is string if (abc.ToLower().IndexOf('s') != -1) { }