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 The LCase function converts a specified string to lowercase.
LCase(string)
| Parameters | Description |
|---|---|
| String | Required. The string to be converted to lowercase. |
s = LCase("Test")
Result :
s=test