ToText(value)

Returns a text value containing the printed representation of the input value.

Parameters

value
The value you want to convert to text.

Returns

Text

Remarks

If the input value is null, the function will return null.

For converting Numeric, Date, Time, and Timestamp values, consider using the Format function instead.

Examples