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(10, #Radix#): #InputBaseN(10, Radix)#<br></cfoutput>
</cfloop>

Get Programming ColdFusion MX, 2nd Edition 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.