NBElementConvert ToNullableDouble Method (NBElement)IBM Integration Bus
Returns the value of the NBElement passed in after first converting it to a Nullable<Double> if required.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static Nullable<double> ToNullableDouble(
	NBElement value
)

Return Value

Type: OnlineNullable OnlineDouble 
The current element's value converted to a Nullable Double data type.
Exceptions

ExceptionCondition
OnlineSystem FormatExceptionThrown if the value can not be converted to a Nullable Double.
See Also