Name

InputBaseN

Synopsis

InputBaseN(string, radix)

Converts string to the base specified by radix. radix must be an integer between 2 and 36. Example:

<CFLOOP INDEX="radix" FROM="2" TO="36">
  <CFOUTPUT>InputBaseN(128, #radix#): #InputBaseN(128, radix)#<BR></CFOUTPUT>
</CFLOOP>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.