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

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