ToLower Method

Changes all upper-case letters of a string to lower-case.

Syntax

ToLower(StringTobeConverted: String): String

where StringTobeConverted is name of the string type parameter.

Sample

KwrString.CATPart

 

Back Up