This function converts a string to a lowcase string. The function demands the string as the first parameter.
Example:
%Format.LowCase("Hello World")
This function call converts the string "Hello World" into "hello world".