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

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