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

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