WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Explicit Operator
NamespacesIBM.Broker.PluginNBElementExplicitNarrowingExplicitExplicitExplicit(NBElement to Nullable<(Of <<'(Boolean>)>>))
SUMMARY
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Nullable<bool> value.
Declaration Syntax
C#Visual BasicVisual C++F#
public static explicit operator Nullable<bool> (
	NBElement value
)
Public Shared Narrowing Operator CType ( _
	value As NBElement _
) As Nullable(Of Boolean)
static explicit operator Nullable<bool> (
	NBElement^ value
)
F# does not support the declaration of new casting operators.
Parameters
value (NBElement)
The Object representing the value of the element.
Return Value
The current element.
Exceptions
ExceptionCondition
FormatException Thrown if the value can not be converted to a Nullable<bool>.

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