JAVA

string to int

aucd29 2013. 9. 26. 21:05
String val = "1";
Integer.parserInt(val);


int val = 0;
Integer.toString(val);