LCase

Definition:

LCase(string)

 

Description:

Return a copy of the specified string converted to lower-case.

 

Platforms:

All

 

Parameters:

string - required

The string to be checked.

 

Returns:

The converted string.