String to Integer int i = Integer.parseInt(s); long l = Long.parseLong(s); String.valueOf(int) Integer to String Integer.toString(int)