WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ToDouble Method (value)
NamespacesIBM.Broker.PluginNBElementConvertToDouble(NBElement)
SUMMARY
Returns the value of the NBElement passed in after first converting it to a Double if required.
Declaration Syntax
C#Visual BasicVisual C++F#
public static double ToDouble(
	NBElement value
)
Public Shared Function ToDouble ( _
	value As NBElement _
) As Double
public:
static double ToDouble(
	NBElement^ value
)
static member ToDouble : 
        value:NBElement -> float 
Parameters
value (NBElement)
The element whose value is to be converted.
Return Value
The current element's value converted to a Double data type.
Exceptions
ExceptionCondition
FormatExceptionThrown if the value can not be converted to a Double.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0