Function LCase

LCase(string)
The function returns a string containing the specified string converted to lowercase. Example:
sLower = LCase("Hello World") ' it is "hello world"

See also: