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, required |
String that represents a number, in the base specified by radix. |
number, required |
Base of the number represented by string, in the range 2-36. |
Examples
See also
- Math
- Numbers
- FormatBaseN()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)