NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextInfo.ToUpper

Returns the mapping of the specified character or string to upper case.

Overload List

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;

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace