Returns the mapping of the specified character or string to upper case.
Returns the mapping of the specified string to upper case.
[Visual Basic] Overloads Overridable Public Function ToUpper(String) As String
[C#] public virtual string ToUpper(String);
[C++] public: virtual String* ToUpper(String*);
[JScript] public function ToUpper(String) : String;
Returns the mapping of the specified character to upper case.
[Visual Basic] Overloads Overridable Public Function ToUpper(Char) As Char
[C#] public virtual char ToUpper(char);
[C++] public: virtual __wchar_t ToUpper(__wchar_t);
[JScript] public function ToUpper(Char) : Char;
TextInfo Class | TextInfo Members | System.Globalization Namespace