public string DegreesToHMS(
double Degrees,
string HrsDelim,
string MinDelim
)Public Function DegreesToHMS (
Degrees As Double,
HrsDelim As String,
MinDelim As String
) As Stringpublic:
virtual String^ DegreesToHMS(
double Degrees,
String^ HrsDelim,
String^ MinDelim
) sealedIf 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 "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.