Inno Setup Preprocessor: LowerCase

Prototype

str LowerCase(str)

Description

Returns a string with the same text as the string passed in its parameter, but with all letters converted to lowercase. The conversion affects only 7-bit ASCII characters between 'A' and 'Z'.