ToLower

The ToLower function converts a string to lowercase characters.

Syntax


String= ToLower(Expression)

Parameters

This function has the following parameters.

Table 1. ToLower function parameters
Parameter Format Description
Expression String String to convert to lowercase.

Return Value

The lowercase string.

Example

The following example shows how to convert the value of the Node field to lowercase.


ToLower(Node);