how to see if a char is part of a string C# code example Example: c# check if char is string if (abc.ToLower().IndexOf('s') != -1) { }