InputBaseN()

Converts string, using the base specified by radix, to an integer.

For example: #InputBaseN("3ff",16)#

InputBaseN( string=string, radix=number );

Returns: Number

Argument Description
string
string, required

String that represents a number, in the base specified by radix.

radix
number, required

Base of the number represented by string, in the range 2-36.

Examples

See also