 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool TryGetDouble(
out double doubleValue
)
Public Function TryGetDouble (
<OutAttribute> ByRef doubleValue As Double
) As Boolean
public:
bool TryGetDouble(
[OutAttribute] double% doubleValue
)
Parameters
- doubleValue Double
- The double value.
Return Value
Booleantrue if success,
false otherwise.
See Also