to_string() function

Converts a number to string.

Syntax

to_string(number)

Arguments

number → is integer or real. The number to convert to string.

Example

to_string(123) → '123'