UtilitiesDegreesToDMS(Double, String, String, String, Int32) Method
Convert degrees to sexagesimal degrees, minutes and seconds with specified second decimal places
Namespace: ASCOM.ToolsAssembly: ASCOM.Tools (in ASCOM.Tools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public static string DegreesToDMS(
double Degrees,
string DegDelim,
string MinDelim,
string SecDelim,
int SecDecimalDigits
)
Public Shared Function DegreesToDMS (
Degrees As Double,
DegDelim As String,
MinDelim As String,
SecDelim As String,
SecDecimalDigits As Integer
) As String
- Degrees Double
- The degrees value to convert
- DegDelim String
- The delimiter string separating degrees and minutes
- MinDelim String
- The delimiter string to append to the minutes part
- SecDelim String
- The delimiter string to append to the seconds part
- SecDecimalDigits Int32
- The number of digits after the decimal point on the seconds part
StringSexagesimal representation of degrees input value, degrees, minutes, and seconds
If you need a leading plus sign, you must prepend it yourself. The delimiters are not restricted to single
characters.
Supported in: 2.0