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!

UCase Function

Returns a String containing the specified string, converted to uppercase.

UCase(string)

The required string argument is any valid string expression.

Remarks

Only lowercase letters are converted to uppercase; all uppercase letters and nonletter characters remain unchanged.

See Also

Example

LCase Function