I have to floats stored within a string.
Longitude "15.628351800000019" string
Latitude "60.61594090000001" string
I am trying to parse these as floats like this
float.Parse(Longitude)
When i do that, FormatException i trowed. What could the problem be?
ASP.Net MVC 3 C#
try