Char..::..ToUpper Method
Converts the value of a Unicode character to its uppercase equivalent.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static char ToUpper( char ch )
<TemplateAttribute> _ Public Shared Function ToUpper ( _ ch As Char _ ) As Char
[TemplateAttribute] public: static wchar_t^ ToUpper( wchar_t^ ch )
Parameters
- ch
- Type: System..::..Char