|
Microsoft® Visual Basic® Scripting Edition LCase Function |
| Language Reference | | Version 1 | |
Returns 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 nonletter characters remain unchanged.
|
© 1997 Microsoft Corporation. All rights reserved. |