Entering content frame

Conversion Function (conversion_function) 

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> )
| HEXTORAW ( <expression> )
| CHAR  ( <expression>[, <datetimeformat> ] )

expression, unsigned_integer, datetimeformat

NUM(a), CHR(a,n), HEX(a), HEXTORAW(a), CHAR(a,t)

Leaving content frame