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!

Char.ToUpper

Converts a Char to uppercase.

Overload List

Converts a specified Char to uppercase for the specified locale.

[Visual Basic] Overloads Public Shared Function ToUpper(Char, CultureInfo) As Char
[C#] public static char ToUpper(char, CultureInfo);
[C++] public: static __wchar_t ToUpper(__wchar_t, CultureInfo);
[JScript] public static function ToUpper(Char, CultureInfo) : Char;

Converts a specified Char to uppercase with the default culture.

[Visual Basic] Overloads Public Shared Function ToUpper(Char) As Char
[C#] public static char ToUpper(char);
[C++] public: static __wchar_t ToUpper(__wchar_t);
[JScript] public static function ToUpper(Char) : Char;

See Also

Char Structure | Char Members | System Namespace