Convert the string to lower case.
Example:
assert (Strings.toLowerCase ("HELLO") == "hello");
the string to convert.
lower-cased string, or empty string if null.