Click or drag to resize
GeLengthTryParse Method (String, UomLinearUnit, GeLength)
Converts a string representation of a number to given linear unit. A return value indicates whether the conversion succeeded or failed.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool TryParse(
	string value,
	UomLinearUnit unit,
	ref GeLength result
)

Parameters

value
Type: SystemString
unit
Type: FDF.CommonUomLinearUnit
result
Type: FDF.Common.GeometriesGeLength

Return Value

Type: Boolean
Remarks