DegToDms FormatAngle

DmsToDeg


The DmsToDms function converts an angle string containing Degrees, minutes, and seconds to a decimal Degree value.

Syntax

nDegrees = DmsToDeg( sDms )

Remarks

This function converts a string to a decimal number of Degrees. To do the reverse conversion, use DegToDms.

Related Topics

DegToDms, ParseDegrees