Char.IsUpper Method (Char)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the specified Unicode character is categorized as an uppercase letter.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- c
- Type: System.Char
A Unicode character.
Valid uppercase letters are members of the following category in UnicodeCategory: UppercaseLetter.
Show: