_toCase

Converts some text to the requested case -- Function
The same Type -> _toCase (case) -> Text Type
Receives -- The same Type
A text value, or something that can be displayed as text
case
The case to convert to
Produces
The received value as text, converted to the requested case
This takes one parameter, which must be one of the following: | |* Upper -- turn the received text into all uppercase |* Lower -- turn the received text into all lowercase |* CapFirst -- turn the first character of the received text to uppercase