Returns the mapping of the specified character to upper case.
[Visual Basic] Overloads Overridable Public Function ToUpper( _ ByVal c As Char _ ) As Char [C#] public virtual char ToUpper( char c ); [C++] public: virtual __wchar_t ToUpper( __wchar_t c ); [JScript] public function ToUpper( c : Char ) : Char;
Returns the mapping of the specified character to upper case.
Certain locales have different casing semantics from the file systems in Win32. The linguistic flag controls whether the conversion is done using the file system rules or the linguistic rules.
TextInfo Class | TextInfo Members | System.Globalization Namespace | TextInfo.ToUpper Overload List