10.6.64 UpperCase
Uppercase returns the supplied string with all characters converted to uppercase.
Input Parameters
None
Example
In this example, if #String contained 'abcde', the result would be 'ABCDE':
#String := #String.Uppercase
Ý 10.6 Alphanumeric/String Intrinsic Functions