I need to convert a user's UTM input (WGS 1984) into Decimal Degrees, preferably using ESRI's ArcGis. I've already got the code to retrieve the zone (formatted like 14N, 22S, etc.) and the easting and northing factors. What do I do from here?
Edit: we expect the input as a string like: 14N 423113mE 4192417mN
. I can easily extract the numbers (and a character) 14
, N
, 423113
, and 4192417
from the string above. I just need to somehow translate that to Decimal Degrees.