06-12-2012 11:23 AM - edited 06-12-2012 11:25 AM
Maybe I did not search forum hard enough, but here is strange problem.
When I run this line:
double dValue = Double.parseDouble(str);
on a device with English language everything is OK,
But when I switch language to French it throws NumberFormatException !?
Any explanations?
OS 6/7
Solved! Go to Solution.
06-12-2012 11:44 AM
06-12-2012 12:09 PM
Sorry, that was actually not parsing but memory corraption in other place that caused that issue.