NBElementConvert ToInt64 Method (NBElement)IBM Integration Bus
Returns the value of the NBElement passed in after first converting it to a Int64 if required.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static long ToInt64(
	NBElement value
)

Return Value

Type: OnlineInt64
The current element's value converted to an Int64 data type.
Exceptions

ExceptionCondition
OnlineSystem FormatExceptionThrown if the value can not be converted to an Int64.
See Also