Function
Returns a string representation of an integer.
integer-to-string integer #key base size fill => string
<integer>.
<integer>. Default value: 10.
<integer> or #f. Default value: #f.
<character>. Default value: 0.
<byte-string>.
common-extensions
common-extensions
Returns a string representation of integer in the given base, which must be between 2 and 36. The size of the string is right-aligned to size if size is not #f, and it is filled with the fill character. If the string is already larger than size then it is not truncated.