WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ToNullableDecimal Method (value)
NamespacesIBM.Broker.PluginNBElementConvertToNullableDecimal(NBElement)
SUMMARY
Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Nullable<decimal> ToNullableDecimal(
	NBElement value
)
Public Shared Function ToNullableDecimal ( _
	value As NBElement _
) As Nullable(Of Decimal)
public:
static Nullable<Decimal> ToNullableDecimal(
	NBElement^ value
)
static member ToNullableDecimal : 
        value:NBElement -> Nullable<decimal> 
Parameters
value (NBElement)
The element whose value is to be converted.
Return Value
The current element's value converted to a Nullable<Decimal> data type.
Exceptions
ExceptionCondition
FormatExceptionThrown if the value can not be converted to a Nullable<Decimal>.

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