Converts a Length 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 LengthToStr(
	Units..::..Length l
)
Visual Basic
Public Shared Function LengthToStr ( _
	l As Units..::..Length _
) As String
Visual C++
public:
static String^ LengthToStr(
	Units..::..Length l
)

Parameters

l
Type: Utils..::..Units..::..Length
The Lenght value.

Return Value

The lenght string representation.

See Also