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


Back to JavaHowTo

Alumni Liaison

Followed her dream after having raised her family.

Ruth Enoch, PhD Mathematics