Check whether an inputted character is a capital or a small letter. c# code example Example: if char is upper csharp char ch1 = 'G'; bool result = Char.IsUpper(ch1);