Returns a String that is the specified string, converted to lower-case characters.
LCase(source)
sourceAny String value.
This expression part evaluates to "foobar":
LCase("FooBar")