Type Conversion Built-ins
| Function | Description | OPA | Wasm | Swift | Java |
|---|---|---|---|---|---|
|
Converts value of type string, null or boolean to number. Numeric strings converts to the corresponding number when possible. Null and boolean Arguments: Returns:value (any<null, boolean, number, string>)value to convert num (number)the numeric representation of | v0.17.0 | ✓ | 0.0.1 | 0.1.0 |