InputBaseN
Converts a string, using the base specified by radix, to an integer.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to convert to an integer. | |
|
|
| Base of the number represented by string, in the range 2-36. |
Examples
Related
Last updated