I have been looking around here and I have found this solution:
ViewBag.lon = double.Parse(parts[1], CultureInfo.InvariantCulture);
this is doing the trick... partially... When I put this value in my ViewBag and write it out, the '.' becomes a ',' suddenly... who can I fix this?
Seems like everything is going fine untill getting it out of the ViewBag... in the ViewBag they're all ok..
any solutions?