Type Conversion Built-ins
| Function | Description | Meta |
|---|---|---|
|
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 | Wasm |