Click or drag to resize

NumericTextConverterTextToDouble Method

Converts a string representing length to a real value (double). If the specified string is in feet-inches, the resulting real value is in millimeters.

Namespace:  RootPro.RootProCAD.Geometry
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract double TextToDouble(
	string lengthText
)

Parameters

lengthText
Type: SystemString
A string representing the length

Return Value

Type: Double
The real value (double) of the length of the conversion result.
See Also