INTEGER.TOSTRING JAVA

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