string equal to a int in java code example Example: convert a string to int in java String myString = "1234"; int foo = Integer.parseInt(myString);