how to tell if a letter is capital in c sharp code example Example: how to check if a string contains a capital letter c# using System.Linq; str.Any(char.IsUpper);