public static string DegreesToHMS(
double Degrees
)Public Shared Function DegreesToHMS (
Degrees As Double
) As StringIf you need a leading plus sign, you must prepend it yourself.
This overload is not available through COM, please use "DegreesToHMS(ByVal Degrees As Double, ByVal HrsDelim As String, ByVal MinDelim As String, ByVal SecDelim As String, ByVal SecDecimalDigits As Integer)" with suitable parameters to achieve this effect.