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.

...

ArgumentTypeDescription
valueString, TrueFalse or NumberThe value to be converted.

Examples

toNumber(in.value)

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

...