IT GOGO
# String to Int int numInt = Integer.parseInt(numStr); # Int to String String numStr2 = String.valueOf(numInt);