A conversion function is a function that converts a value from one data type to another.
Syntax
<conversion function> ::=
NUM ( <expression> )
| CHR ( <expression>[, <unsigned integer> ] )
| HEX ( <expression> )
| CHAR ( <expression>[, <datetimeformat> ] )