Returns a String that has been converted to lowercase.
Syntax:
StrLibObject.StrLowerCase(Expression As String)
The StrLowerCase Method (StrLib Object) syntax has these parts:
| Part |
Description |
| StrLibObject |
An object expression that evaluates to a StrLib object. |
| Expression |
(Required). String expression. |
Remarks:
Only uppercase letters are converted to lowercase; all lowercase letters and nonletter characters remain unchanged.