public string DegreesToDM(
double Degrees,
string DegDelim,
string MinDelim
)Public Function DegreesToDM (
Degrees As Double,
DegDelim As String,
MinDelim As String
) As Stringpublic:
virtual String^ DegreesToDM(
double Degrees,
String^ DegDelim,
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 "DegreesToDM(ByVal Degrees As Double, ByVal DegDelim As String, ByVal MinDelim As String, ByVal MinDecimalDigits As Integer)" with suitable parameters to achieve this effect.