NBElementConvert ToNullableDecimal Method IBM Integration Bus
Overload List

  NameDescription
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.
Back to Top
See Also