Convert decimal degrees to String representation
of Degrees minutes and decimal minutes (no seconds)
Negative input is not converted to West or South,
all input is returned as 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 DecimalDegreesToDMText(
decimal DecimalDegrees,
bool IncludeSeparatorCharacters
) |
| Visual Basic |
|---|
Public Shared Function DecimalDegreesToDMText ( _
DecimalDegrees As Decimal, _
IncludeSeparatorCharacters As Boolean _
) As String |
| Visual C++ |
|---|
public:
static String^ DecimalDegreesToDMText(
Decimal DecimalDegrees,
bool IncludeSeparatorCharacters
) |
Return Value
See Also