2.5.4.117 Upper

The Upper function performs upper case conversion.

ABNF:

 Upper = val " UPPER():128"

Required Arguments:

Name: Arg1

Type: vString

An argument that specifies the string to convert.

Return Value:

Type: PtgStr1

This function returns a PtgStr1 containing the string converted to upper case. The conversion is performed according to .NET globalization rules based on the LCID in the DocumentLanguage field of the Properties GlobalElement in the App XML Part of the document. For more information about .NET globalization rules, see [MSDN-ENCLOC].