LCase(s:Str):Str
Convert string to lower case. Returns the string with all ASCII characters converted to lower-case.
If the parameter is EMPTY, returns EMPTY.
See also: UCase, Elementary Functions
LCase(s:Str):Str
Convert string to lower case. Returns the string with all ASCII characters converted to lower-case.
If the parameter is EMPTY, returns EMPTY.
See also: UCase, Elementary Functions