Convert string to length units.

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

Syntax

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

Parameters

s
Type: System..::..String

[Missing <param name="s"/> documentation for "M:Utils.Units.StrToLength(System.String)"]

Return Value

[Missing <returns> documentation for "M:Utils.Units.StrToLength(System.String)"]

See Also