Overview
This function converts a string to a number.
Note: it does not format the number for display - use a Format Number action for that purpose.
Parameters
number(String)
String
The string representation of a number to convert.
For example...
number("42")
Returns the number 42.