Converts a char to a direction value.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static GPSCoords..::..Direction CharToDirection(
	char c
)
Visual Basic
Public Shared Function CharToDirection ( _
	c As Char _
) As GPSCoords..::..Direction
Visual C++
public:
static GPSCoords..::..Direction CharToDirection(
	wchar_t c
)

Parameters

c
Type: System..::..Char
A Char with possible values: 'N', 'E', 'S' and 'W' and their corresponding lowercase characters.

Return Value

A GPSCoords..::..Direction

See Also