Methods
convertToNumber(input) → {number}
- Description:
Convert an string to number
- Source:
Parameters:
Name | Type | Description |
---|---|---|
input |
any | Input to convert to a number |
Returns:
A float/number that represent input
- Type
- number