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
)
Public MustOverride Function TextToDouble (
lengthText As String
) As Double
Parameters
- lengthText
- Type: SystemString
A string representing the length
Return Value
Type:
DoubleThe real value (double) of the length of the conversion result.
See Also