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!

String.ToUpper ()

Creates a copy of this string in upper case with default properties.

[Visual Basic]
Overloads Public Function ToUpper() As String
[C#]
public string ToUpper();
[C++]
public: String* ToUpper();
[JScript]
public function ToUpper() : String;

Return Value

A new string in upper case.

Remarks

The ToUpper method uses the default CultureInfo locale information.

See Also

String Class | String Members | System Namespace | String.ToUpper Overload List