|
|
|
|
|
| | |
VBscript Built-in Functions
Back to Function List
|
LCase
Gives a string that has been converted to lowercase
LCase(string)
The string argument is any valid string expression. If string contains Null, Null is returned.
Only uppercase letters are converted to lowercase; all lowercase letters and non-letter characters remain unchanged.
|
|
|
|
|
|
|
|
|
|
|