String s = String.ValueOf(x); //converts a int x to a String s //or String s = Integer(x).toString(); //converts a int x to a String s