Convert decimal degrees to String representation
of Degrees minutes seconds
Negative input is not converted to West or South,
all input is returned as absolute value (with no sign)
it is up to the caller to add the direction.
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
| C# |
|---|
public static string DecimalDegreesToDMSText(
decimal DecimalDegrees,
bool IncludeSeparatorCharacters
) |
| Visual Basic |
|---|
Public Shared Function DecimalDegreesToDMSText ( _
DecimalDegrees As Decimal, _
IncludeSeparatorCharacters As Boolean _
) As String |
| Visual C++ |
|---|
public:
static String^ DecimalDegreesToDMSText(
Decimal DecimalDegrees,
bool IncludeSeparatorCharacters
) |
Return Value
See Also