toString([radix])

Convert a number to a string. The optional radix is a number ranging from 2 to 36.

Example

(5).toString(2); // 101 binary representation

<< JS.3 Number Object Functions © 1996-2013 InetSoft Technology Corporation (v11.4) toFixed(fractionDigits) >>