Easy Tutorial
❮ Func Filter Func Csng ❯

VBScript LCase Function



The LCase function converts the specified string to lowercase.

Note: See the UCase function.

Syntax

Parameter Description
string Required. The string to be converted to lowercase.

Example

Example 1

The above example output:

Example 2

The above example output:


❮ Func Filter Func Csng ❯