ParseInt¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
A string representing a number. | String |
||
<output> |
A signed integer equivalent to the number contained in the string input. | Int |
||
Base |
Numerical base (radix) that determines the valid characters and their interpretation. | 10 |
Int |
Converts the string representation of a number to a signed integer equivalent.
Examples¶
1 2 |
|
[info] [shards/General/ParseInt/1.edn] 42