NBElementConvert MethodsIBM Integration Bus
The NBElementConvert type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberToBitArray(NBElement)
Returns the value of the NBElement passed in after first converting it to a Bit Array if required.
Public methodStatic memberToBitArray(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Bit Array if required with the specified format.
Public methodStatic memberToBitArray(NBElement, Int32, Int32)
Returns the value of the NBElement passed in after first converting it to a Bit Array if required with the specified ccsid and encoding.
Public methodStatic memberToBoolean
Returns the value of the NBElement passed in after first converting it to a Boolean if required.
Public methodStatic memberToByteArray(NBElement)
Returns the value of the NBElement passed in after first converting it to a Byte Array if required.
Public methodStatic memberToByteArray(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Byte Array if required with the specified format.
Public methodStatic memberToByteArray(NBElement, Int32, Int32)
Returns the value of the NBElement passed in after first converting it to a Byte Array if required with the specified ccsid and encoding.
Public methodStatic memberToDateTime(NBElement)
Returns the value of the NBElement passed in after first converting it to a DateTime if required.
Public methodStatic memberToDateTime(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a DateTime if required using specified format.
Public methodStatic memberToDateTimeOffset(NBElement)
Returns the value of the NBElement passed in after first converting it to a DateTimeOffset.
Public methodStatic memberToDateTimeOffset(NBElement, NBElementDateTimeType)
Returns the value of the NBElement passed in after first converting it to a DateTimeOffset if required using specified conversion.
Public methodStatic memberToDateTimeOffset(NBElement, String, NBElementDateTimeType)
Returns the value of the NBElement passed in after first converting it to a DateTimeOffset if required using specified format and conversion.
Public methodStatic memberToDecimal(NBElement)
Returns the value of the NBElement passed in after first converting it to a Decimal if required.
Public methodStatic memberToDecimal(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Decimal if required.
Public methodStatic memberToDecimal(NBElement, Int32, Int32)
Returns the value of the NBElement passed in after first converting it to a Decimal if required using the specified precision and scale.
Public methodStatic memberToDouble(NBElement)
Returns the value of the NBElement passed in after first converting it to a Double if required.
Public methodStatic memberToDouble(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Double if required using the specified format.
Public methodStatic memberToInt32(NBElement)
Returns the value of the NBElement passed in after first converting it to an Int32 if required.
Public methodStatic memberToInt32(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Int32 if required using the specified format.
Public methodStatic memberToInt64(NBElement)
Returns the value of the NBElement passed in after first converting it to a Int64 if required.
Public methodStatic memberToInt64(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Int64 if required using the specified format.
Public methodStatic memberToNullableBoolean
Returns the value of the NBElement passed in after first converting it to a Nullable<Boolean> if required.
Public methodStatic memberToNullableDateTime(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> if required.
Public methodStatic memberToNullableDateTime(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> if required using specified format.
Public methodStatic memberToNullableDateTimeOffset(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTimeOffset>.
Public methodStatic memberToNullableDateTimeOffset(NBElement, NBElementDateTimeType)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTimeOffset> if required using specified conversion.
Public methodStatic memberToNullableDateTimeOffset(NBElement, String, NBElementDateTimeType)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTimeOffset> if required using specified format and conversion.
Public methodStatic memberToNullableDecimal(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required.
Public methodStatic memberToNullableDecimal(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required with specified format.
Public methodStatic memberToNullableDecimal(NBElement, Int32, Int32)
Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required with the specified precision and scale.
Public methodStatic memberToNullableDouble(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Double> if required.
Public methodStatic memberToNullableDouble(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Double> if required with the specified format.
Public methodStatic memberToNullableInt32(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int32> if required.
Public methodStatic memberToNullableInt32(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int32> if required with the specified format.
Public methodStatic memberToNullableInt64(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int64> if required.
Public methodStatic memberToNullableInt64(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int64> if required with specified format.
Public methodStatic memberToNullableTimeSpan(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan>.
Public methodStatic memberToNullableTimeSpan(NBElement, NBElementTimeSpanType)
Returns the value of the NBElement passed in as a Nullable<TimeSpan> after first converting it to the convertVia type.
Public methodStatic memberToNullableTimeSpan(NBElement, String, NBElementTimeSpanType)
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan> if required using specified format and conversion.
Public methodOnlineToString 
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodStatic memberToString(NBElement)
Returns the value of the NBElement passed in after first converting it to a String if required.
Public methodStatic memberToString(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a String if required using specified format.
Public methodStatic memberToString(NBElement, Int32, Int32)
Returns the value of the NBElement passed in after first converting it to a String if required with the specified ccsid and encoding.
Public methodStatic memberToTimeSpan(NBElement)
Returns the value of the NBElement passed in after first converting it to a TimeSpan.
Public methodStatic memberToTimeSpan(NBElement, NBElementTimeSpanType)
Returns the value of the NBElement passed in as a TimeSpan after first converting it to the convertVia type.
Public methodStatic memberToTimeSpan(NBElement, String, NBElementTimeSpanType)
Returns the value of the NBElement passed in after first converting it to a TimeSpan if required using specified format and conversion.
Back to Top
See Also