integer.tostring java

int myInt = 42;
String myIntString = Integer.toString(myInt);
Leo