Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Function: toNumber()

Converts various data types into a number.

Syntax

toNumber(value)

Argument Type Description
value String, TrueFalse or Number The value to be converted.

Examples

toNumber(in.value)

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

See Also

  • No labels