LCase( string:string ) → string
Returns string converted to lower-case.
Example:
Output( LCase("Hello World") ); --> hello world
See also: Capitalize UCase