codice:
int numero = 3432;
Integer intero = new Integer(numero);
String stringa = intero.toString();
Ciao ciao