Converts a Speed enum value to its string representation.

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

Syntax

C#
public static string SpeedToStr(
	Units..::..Speed s
)
Visual Basic
Public Shared Function SpeedToStr ( _
	s As Units..::..Speed _
) As String
Visual C++
public:
static String^ SpeedToStr(
	Units..::..Speed s
)

Parameters

s
Type: Utils..::..Units..::..Speed
The Speed value.

Return Value

The speed string representation.

See Also