int-to-string

int-to-string is an alias for `number-to-string' in `subr.el'.

(int-to-string NUMBER)

Return the decimal representation of NUMBER as a string.
Uses a minus sign if negative.
NUMBER may be an integer or a floating point number.