I have geographical coordinates in DMS format and I want to convert it into corresponding decimal/float value. An example is -33° 51' 21.91" how do I convert it into decimal value? Is there any library available or .Net provide inbuilt function for this?
Asked
Active
Viewed 473 times
0
-
Does this help@ http://stackoverflow.com/a/28640937/847962 – jason.kaisersmith Apr 25 '16 at 08:11
-
What value do you want as a result exactly? BTW, asking off-site resources and libraries are off topic here. – Soner Gönül Apr 25 '16 at 08:13
-
@jason.kaisersmith-a small tweek and that worked. Thanks. – user1640256 Apr 25 '16 at 08:30