MindFusion.Wpf Pack Programmer's Guide
UPPER

Converts the specified text to uppercase.

Syntax  Copy Code

LOWER( Text text )  Text

Parameters

text
Required. The text to convert.

Remarks

UPPER does not change the characters in text that are not letters.

Example

Formula  Copy Code

=UPPER(A2)
=UPPER("Mr. Brown")

See Also

Function Reference
LOWER Function
PROPER Function