What's the easiest way to convert latitude and longitude to double values

Posted by Nick R on Stack Overflow See other posts from Stack Overflow or by Nick R
Published on 2008-09-19T15:38:59Z Indexed on 2010/03/26 17:13 UTC
Read the original article Hit count: 88

Filed under:
|

I've got a CSV file containing latitude and longitude values, such as:

"25°36'55.57""E","45°39'12.52""N"

Anyone have a quick and simple piece of C# code to convert this to double values?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about gis