Indicates whether the specified Unicode character is categorized as an uppercase letter.
c The Unicode character to evaluate.
true if c is an uppercase letter; otherwise, false.
Valid uppercase letters are members of the following category in System.Globalization.UnicodeCategory: UppercaseLetter.