UCase

Syntax

UCase(string)

Description

Converts a string to uppercase.

Parameters

Parameter Description

string

The string to be converted.

Returns

Returns a string resulting from converting string to uppercase.

Example

The following table presents an example of using UCase function.

Expression Result

ucase(''Hello World 1234")

HELLO WORLD 1234