7/27/2010

Java - How i can parse String to Integer

String valueString = "123";
int valueInt = Integer.parseInt(value);