Zum Hauptinhalt springen

To lower case

Anatomy

<tolower var="var">
string
</tolower>

Description: TOLOWER returns the lower case representation of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name tolower

Results:

BindingTypePredicate
varstringN/A

Examples

Example

<output>
<tolower>iXML</tolower>
</output>

<!-- ixml -->