The NBElementConvert type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| ToBitArray(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Bit Array if required.
| |
| 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, 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.
| |
| ToBoolean |
Returns the value of the NBElement passed in after first converting it to a Boolean if required.
| |
| ToByteArray(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Byte Array if required.
| |
| 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, 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.
| |
| ToDateTime(NBElement) |
Returns the value of the NBElement passed in after first converting it to a DateTime 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.
| |
| ToDateTimeOffset(NBElement) |
Returns the value of the NBElement passed in after first converting it to a DateTimeOffset.
| |
| 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, String, NBElementDateTimeType) |
Returns the value of the NBElement passed in after first converting it to a DateTimeOffset if required using specified format and conversion.
| |
| ToDecimal(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Decimal if required.
| |
| ToDecimal(NBElement, String) |
Returns the value of the NBElement passed in after first converting it to a Decimal if required.
| |
| 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.
| |
| ToDouble(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Double 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.
| |
| ToInt32(NBElement) |
Returns the value of the NBElement passed in after first converting it to an Int32 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.
| |
| ToInt64(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Int64 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.
| |
| ToNullableBoolean |
Returns the value of the NBElement passed in after first converting it to a Nullable<Boolean> if required.
| |
| ToNullableDateTime(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> 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.
| |
| ToNullableDateTimeOffset(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTimeOffset>.
| |
| 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, 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.
| |
| ToNullableDecimal(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required.
| |
| 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, 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.
| |
| ToNullableDouble(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<Double> 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.
| |
| ToNullableInt32(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<Int32> 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.
| |
| ToNullableInt64(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<Int64> 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.
| |
| ToNullableTimeSpan(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan>.
| |
| 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, 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.
| |
Returns a string that represents the current object. (Inherited from | ||
| ToString(NBElement) |
Returns the value of the NBElement passed in after first converting it to a String if required.
| |
| 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, 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.
| |
| ToTimeSpan(NBElement) |
Returns the value of the NBElement passed in after first converting it to a TimeSpan.
| |
| ToTimeSpan(NBElement, NBElementTimeSpanType) |
Returns the value of the NBElement passed in as a TimeSpan after first converting it to the convertVia type.
| |
| 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.
|
See Also