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