format_int_to_string(subject, base, p)
Package :
util
Type :
procedure
Convert an integer to a string.
Parameters :
base - The desired base of the result.
p - The minimum width of the result, padding with zeroes if necessary.
Source