Last updated 2 months ago
Was this helpful?
Converts a string, using the base specified by radix, to an integer.
InputBaseN(string=[string], radix=[integer])
string
true
The string to convert to an integer.
radix
integer
Base of the number represented by string, in the range 2-36.