public static string DegreesToHM(
double Degrees
)Public Shared Function DegreesToHM (
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 "DegreesToHM(ByVal Degrees As Double, ByVal HrsDelim As String, ByVal MinDelim As String, ByVal MinDecimalDigits As Integer)" with suitable parameters to achieve this effect.