I implemented a function converting an integer number to its representation as a string intToStr() (code below).
intToStr()
For testing I\'ve passed in some values
Numbers that start with a 0 are interpreted as octal numbers. If it starts with 0x it's hexa decimal.
0
0x