You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Compatible Unicode Intrinsic Functions - UpperCase Method
Convert to upper case
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Unicode String

Resulting 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

  • No labels