Returns an upper case version of the given string.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.toupper(string s)

Parameters

Name Data Type Description
s String The input string.

Return Value

Data Type Description
String The input string in uppercase.

Expand image Examples

SXML