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

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