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

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