The LCasefunction converts all letters of the specified value to lowercase and returns the newly generated string.
Syntax | ||||
LCase(Value) | ||||
Return value | ||||
Type |
Description | |||
String |
The text converted to small letters | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Value |
String |
ByVal |
Text to be converted to small letters |
Only the uppercase letters are converted to lowercase letters. All lowercase letters and other characters remain unchanged.