public static int convertStringToInt(String str) {
	return Integer.parseInt(str);
}


Back to JavaHowTo

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood