Functions - LCase


Returns a String that is the specified string, converted to lower-case characters.

Syntax

LCase(source)

Parameters

sourceAny String value.

Example

This expression part evaluates to "foobar":

LCase("FooBar")