| | Name | Description |
|---|
 | DegreesToHMS(Double) |
Convert degrees to sexagesimal hours, minutes, and seconds with default delimters of HH:MM:SS
|
 | DegreesToHMS(Double, String) |
Convert degrees to sexagesimal hours, minutes, and seconds with the default second and minute delimiters of MM:SS
|
 | DegreesToHMS(Double, String, String) |
Convert degrees to sexagesimal hours, minutes, and seconds with the default second delimiter SS (null string)
|
 | DegreesToHMS(Double, String, String, String) |
Convert degrees to sexagesimal hours, minutes, and seconds
|
 | DegreesToHMS(Double, String, String, String, Int32) |
Convert degrees to sexagesimal hours, minutes, and seconds with the specified number of second decimal places
|