public static double convertStringToDouble(String str) {
	return Double.parseDouble(str);
}


Back to JavaHowTo

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood