UCase

The UCase function converts a specified string to uppercase.

Syntax :

UCase(string)
Parameters Description
string Required. The string to be converted to uppercase.

Example :

s = UCase("Test")

Result :

s=TEST