number,radix,min_length!Converts a number into a text representation with the given radix (base)!is the number that you want ...

!number,radix,min_length!!Converts a number into a text representation with the given radix (base)!is the number that you want to convert!is the base Radix that you want to convert the number into!is the minimum length of the returned string.  If omitted leading zeros are not added!