Converting a number in ColdFusion to specified base (binary, hexadecimal etc)
Function Syntax
FormatBaseN(number, radix)
Parameter – Description
number – Number to convert
radix – Base of the result (2, 10, 16)
More details on the Adobe link
Function Syntax
FormatBaseN(number, radix)
Parameter – Description
number – Number to convert
radix – Base of the result (2, 10, 16)
No trackbacks yet.