LCase

The LCase function converts a specified string to lowercase.

Syntax :

LCase(string)
Parameters Description
String Required. The string to be converted to lowercase.

Example :

s = LCase("Test")

Result :

s=test