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