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

Parameters

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

Return Value

Type: Boolean
Remarks