Click or drag to resize
GeAngleTryParse Method (String, UomAngularUnit, GeAngle)
Converts a string representation of a number to given angular 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,
	UomAngularUnit unit,
	ref GeAngle result
)

Parameters

value
Type: SystemString
unit
Type: FDF.CommonUomAngularUnit
result
Type: FDF.Common.GeometriesGeAngle

Return Value

Type: Boolean
Remarks