Provides access to members that format directions.
Members
| Name | Description | |
|---|---|---|
![]()  | 
DestinationStringToValue | Converts a formatted string to a numeric value using unit/type in destination and polar/radians as source | 
![]()  | 
DestinationValueToString | Converts a numeric value to a formatted string using unit/type in destination and polar/radians as source. | 
IDirectionFormatDestination.DestinationStringToValue Method
Converts a formatted string to a numeric value using unit/type in destination and polar/radians as source
Public Function DestinationStringToValue ( _
    ByVal str As String _
) As Double
public double DestinationStringToValue (
    string str
);
IDirectionFormatDestination.DestinationValueToString Method
Converts a numeric value to a formatted string using unit/type in destination and polar/radians as source.
Public Function DestinationValueToString ( _
    ByVal Value As Double _
) As String
public string DestinationValueToString (
    double Value
);
Classes that implement IDirectionFormatDestination
| Classes | Description | 
|---|---|
| DirectionFormat | An object for formatting numbers in a direction format. | 
