Skip to content

STRING

Returns a string value from the input number.

js
STRING(input_number)
STRING(input_number)

Parameters

  • input_number - The value to be converted to a string.

Examples

js
STRING(1200.555)
STRING(1200.555)

Result: 1200.555