DmsToDeg
The DmsToDms function converts an angle string containing Degrees, minutes, and seconds to a decimal Degree value.
nDegrees = DmsToDeg( sDms )
This function converts a string to a decimal number of Degrees. To do the reverse conversion, use DegToDms.