Easy Tutorial
❮ Func Exp Vbscript Procedures ❯

VBScript UCase Function



The UCase function converts the specified string to uppercase.

Note: See the LCase function for more information.

Syntax

Parameter Description
string Required. The string to be converted to uppercase.

Example

Example 1

The above example outputs:

Example 2

The above example outputs:


❮ Func Exp Vbscript Procedures ❯