Type Conversions
Function | Description | Meta |
---|---|---|
to_number |
Converts a string, bool, or number value to a number: Strings are converted to numbers using Arguments: Returns:x (any<null, boolean, number, string>)value to convert num (number)the numeric representation of | Wasm |