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

For more control over the output format of Numeric, Date, Time, and Timestamp values, consider using the Format function instead.

Examples