6.8.2.13 String Function

Syntax

string(expression)

Description

The string function returns expression converted to a string.

If the data type of expression is string or character, it is returned unchanged. All other data types are converted to string by the default formatting set.

Example

string (1234)