$toNumber
The$toNumber operator converts a value to a number.
Input
- A single value of any type
Output
- The numeric representation of the input value
Examples
Convert String to Number
123
Convert Boolean to Number
1
Convert String with Decimal to Number
45.67

