LowerCase

Description

Converts the specified string to lower case and returns the result.

Syntax

LowerCase(AString: String): String 

Example

LowerCase(HOBBES)

The return value is hobbes.