Convert integer to string Java Posted on March 30, 2012 by torrancejones 123String stringInt = "999999999"; int i = Integer.parseInt(stringInt); System.out.println("Integer: " + i);