Microsoft® Visual Basic® Scripting Edition
LCase Function
Language Reference

See Also


Description
Returns a string that has been converted to lowercase.

Syntax

LCase(string)

The string argument is any valid string expression. If string contains Null, Null is returned.

Remarks

Only uppercase letters are converted to lowercase; all lowercase letters and non-letter characters remain unchanged.

© 1997 Microsoft Corporation. All rights reserved. Legal Notices.

Casa de Bender