Unsupported content

 

This version of the product is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

number.toText

number.toText(number [ , base [ ( , width ] ])

Converts the integer number to a text form. The default is to use the base 10 representation. If the optional base argument is given, conversion uses that base instead. Only bases 8, 10 and 16 are supported. If the optional width argument it given, the output is padded with leading zeros to have at least the specified width. If the number is too large, the output can exceed the specified width.

Was this page helpful? Yes No Submitting... Thank you

Comments