Conversions Between Strings and Other Types
You can convert a number, Boolean, or date/time value to a string. You can also convert in the opposite direction, from string to number, Boolean, or date/time. The string must be in one of a small number of formats. If you try to convert a string in an unknown format, this causes a run-time error.
Conversion of numbers to strings
TODO
Conversion of strings to numbers
TODO