tryParseUint()⚓︎
Tries to parse a string representing an unsigned integer.
Parameters⚓︎
Parameter | Type | Description |
---|---|---|
str |
string |
String to parse. |
Returns⚓︎
undefined
| number
Number represented by the input or undefined.