NBElement Type ConversionsIBM Integration Bus
Operators

  NameDescription
Public operatorStatic member (NBElement to BitArray)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a BitArray value.
Public operatorStatic member (NBElement to Nullable Int32 )
Public operatorStatic member (NBElement to Nullable Int64 )
Public operatorStatic member (NBElement to TimeSpan)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a TimeSpan value.
Public operatorStatic member (NBElement to DateTimeOffset)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a DateTimeOffset value.
Public operatorStatic member (NBElement to Nullable Decimal )
Public operatorStatic member (NBElement to Nullable DateTime )
Public operatorStatic member (NBElement to Nullable TimeSpan )
Public operatorStatic member (NBElement to Nullable Double )
Public operatorStatic member (NBElement to Nullable Boolean )
Public operatorStatic member (NBElement to Decimal)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Decimal value.
Public operatorStatic member (NBElement to Double)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Double value.
Public operatorStatic member (NBElement to Int64)
The cast operator method retrieves the value of the NBElement and explicitly casts it to an Int64 value.
Public operatorStatic member (NBElement to Nullable DateTimeOffset )
Public operatorStatic member (NBElement to Int32)
The cast operator method retrieves the value of the NBElement and explicitly casts it to an Int value.
Public operatorStatic member (NBElement to  Byte )
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Byte[] value.
Public operatorStatic member (NBElement to Boolean)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Boolean value.
Public operatorStatic member (NBElement to String)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a String value.
Public operatorStatic member (NBElement to DateTime)
The cast operator method retrieves the value of the NBElement and explicitly casts it to a DateTime value.
Back to Top
See Also