MindFusion.Wpf Pack Programmer's Guide
LOWER

Converts the specified text to lowercase.

Syntax  Copy Code

LOWER( Text text )  Text

Parameters

text
Required. The text to convert.

Remarks

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

Example

Formula  Copy Code

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

See Also

Function Reference
UPPER Function
PROPER Function