Description
Returns the specified string converted to all upper case.
Syntax
UpperCase(AString: String): String
Example
UpperCase(smaller)
The return value is SMALLER.