Converts a string stage type to its enumerated counterpart.

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

Syntax

C#
public static Stage..::..Type StringToType(
	string stype
)
Visual Basic
Public Shared Function StringToType ( _
	stype As String _
) As Stage..::..Type
Visual C++
public:
static Stage..::..Type StringToType(
	String^ stype
)

Parameters

stype
Type: System..::..String
A String indicating the type.

Return Value

A Stage..::..Type

See Also