Skip to content

NUMBER

Returns a numeric value from the input string.

js
NUMBER(input_string)
NUMBER(input_string)

Parameters

  • input_string - The value to be converted to a number.

Examples

js
NUMBER("1200")
NUMBER("1200")

Result: 1200