Click or drag to resize

AttributeTypeTypeGetDouble Method

Parse the Attribute Value string as double. If the string can not be parsed, a format exception is returned. This method uses the XmlConvert ToDouble(String) method and a fall back conversion, if the first conversion fails.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public double GetDouble()

Return Value

Double
Double.
Exceptions
ExceptionCondition
FormatException
See Also