Click or drag to resize

AttributeTypeTypeTryGetDouble Method

Tries to parse the Attribute Value string as double. 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 bool TryGetDouble(
	out double doubleValue
)

Parameters

doubleValue  Double
The double value.

Return Value

Boolean
true if success, false otherwise.
See Also