Numeric text such as "42.5" becomes 42.5. true becomes 1, false
becomes 0, and empty text becomes 0.
The action fails when the input cannot be coerced to a valid number. Use Is
Number? only to test existing types; it does not predict every value that
this action can convert.