String Intrinsic Functions - UpperCase Method

Convert to upper case

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting string

Details

Uppercase returns the supplied string with all characters converted to uppercase.

Example

In this example, if #String contained "abcde", the result would be "ABCDE":
#String := #String.Uppercase

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2