Overload List
| Name | Description | |
|---|---|---|
| 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.
|
See Also