Click or drag to resize
GeAreaTryParse Method (String, UomAreaUnit, GeArea)
Converts a string representation of a number to given area 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,
	UomAreaUnit unit,
	ref GeArea result
)

Parameters

value
Type: SystemString
unit
Type: FDF.CommonUomAreaUnit
result
Type: FDF.Common.GeometriesGeArea

Return Value

Type: Boolean
Remarks