Returns the specified string converted to lowercase.
Syntax
Copy Code
|
---|
string LCase ( string value ) |
Parameters
- value
- Any valid string expression.
Remarks
Only uppercase letters are converted to lowercase; all lowercase letters and non-letter characters remain unchanged.
See Also
Text Functions
Str Function