LCASE
- Last UpdatedDec 19, 2022
- 1 minute read
The function returns the specified character expression after converting characters to lowercase.
Syntax
AnsiString LCASE(s AnsiString)
String LCASE(s String)
Arguments
-
s
Must be a character string or an expression resulting in a character string.