Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

toNumber(value) Converts various data types into a number.

Function: toNumber()

Converts various data types into a number.

Syntax

toNumber(value)

ArgumentTypeDescription
valueString, TrueFalse or NumberThe value to be converted.

...

Returns the number 14462 where the attribute in.value contains a string "14462".

...