WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NBElementConvert Class
NamespacesIBM.Broker.PluginNBElementConvert
SUMMARY
NBElementConvert represents a series of static datatype convertion methods that act on NBElements from the message trees.
Declaration Syntax
C#Visual BasicVisual C++F#
public sealed class NBElementConvert
Public NotInheritable Class NBElementConvert
public ref class NBElementConvert sealed
[<SealedAttribute>]
type NBElementConvert =  class end
Members
All MembersMethods



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToBitArray(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.

ToBitArray(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Bit Array if required with the specified format.

ToBitArray(NBElement)
Returns the value of the NBElement passed in after first converting it to a Bit Array if required.

ToBoolean(NBElement)
Returns the value of the NBElement passed in after first converting it to a Boolean if required.

ToByteArray(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.

ToByteArray(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Byte Array if required with the specified format.

ToByteArray(NBElement)
Returns the value of the NBElement passed in after first converting it to a Byte Array if required.

ToDateTime(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a DateTime if required using specified format.

ToDateTime(NBElement)
Returns the value of the NBElement passed in after first converting it to a DateTime if required.

ToDateTimeOffset(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.

ToDateTimeOffset(NBElement, NBElementDateTimeType)
Returns the value of the NBElement passed in after first converting it to a DateTimeOffset if required using specified conversion.

ToDateTimeOffset(NBElement)
Returns the value of the NBElement passed in after first converting it to a DateTimeOffset.

ToDecimal(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.

ToDecimal(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Decimal if required.

ToDecimal(NBElement)
Returns the value of the NBElement passed in after first converting it to a Decimal if required.

ToDouble(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Double if required using the specified format.

ToDouble(NBElement)
Returns the value of the NBElement passed in after first converting it to a Double if required.

ToInt32(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Int32 if required using the specified format.

ToInt32(NBElement)
Returns the value of the NBElement passed in after first converting it to an Int32 if required.

ToInt64(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Int64 if required using the specified format.

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

ToNullableBoolean(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Boolean> if required.

ToNullableDateTime(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> if required using specified format.

ToNullableDateTime(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> if required.

ToNullableDateTimeOffset(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.

ToNullableDateTimeOffset(NBElement, NBElementDateTimeType)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTimeOffset> if required using specified conversion.

ToNullableDateTimeOffset(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTimeOffset>.

ToNullableDecimal(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.

ToNullableDecimal(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required with specified format.

ToNullableDecimal(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required.

ToNullableDouble(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Double> if required with the specified format.

ToNullableDouble(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Double> if required.

ToNullableInt32(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int32> if required with the specified format.

ToNullableInt32(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int32> if required.

ToNullableInt64(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int64> if required with specified format.

ToNullableInt64(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<Int64> if required.

ToNullableTimeSpan(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.

ToNullableTimeSpan(NBElement, NBElementTimeSpanType)
Returns the value of the NBElement passed in as a Nullable<TimeSpan> after first converting it to the convertVia type.

ToNullableTimeSpan(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan>.

ToString(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.

ToString(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a String if required using specified format.

ToString(NBElement)
Returns the value of the NBElement passed in after first converting it to a String if required.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToTimeSpan(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.

ToTimeSpan(NBElement, NBElementTimeSpanType)
Returns the value of the NBElement passed in as a TimeSpan after first converting it to the convertVia type.

ToTimeSpan(NBElement)
Returns the value of the NBElement passed in after first converting it to a TimeSpan.

Inheritance Hierarchy
Object
NBElementConvert

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