Convert to upper case
Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | 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