Char..::..IsUpper Method
Indicates whether the specified Unicode character is categorized as an uppercase letter.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsUpper( char ch )
<TemplateAttribute> _ Public Shared Function IsUpper ( _ ch As Char _ ) As Boolean
[TemplateAttribute] public: static bool^ IsUpper( wchar_t^ ch )
Parameters
- ch
- Type: System..::..Char