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


Back to JavaHowTo

Alumni Liaison

EISL lab graduate

Mu Qiao