Convert to upper case
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Unicode String | Resulting string |
Uppercase returns the supplied string with all characters converted to uppercase.
In this example, if #String contained "abcde", the result would be "ABCDE":
#String := #String.Uppercase
Febuary 18 V14SP2