Convert a string to a number.
Usage | Returns |
---|---|
ee.Number.parse(input, radix) | Number |
Argument | Type | Details |
---|---|---|
input | String | The string to convert to a number. |
radix | Integer, default: 10 | An integer representing the base number system from which to convert. If input is not an integer, radix must equal 10 or not be specified. |