Returns the value of the NBElement passed in after first converting it to a Nullable<Decimal> if required with the specified precision and scale.


The current element's value converted to a Nullable<Decimal> data type with specified precision and scale.

Exception | Condition |
---|---|
FormatException | Thrown if the value can not be converted to a Nullable<Decimal> with specified precision and scale. |