public static string DegreesToDMS(
double Degrees
)Public Shared Function DegreesToDMS (
Degrees As Double
) As StringIf you need a leading plus sign, you must prepend it yourself. The delimiters are not restricted to single characters.
This overload is not available through COM, please use "DegreesToDMS(ByVal Degrees As Double, ByVal DegDelim As String, ByVal MinDelim As String, ByVal SecDelim As String)" with suitable parameters to achieve this effect.