Convert value to Densely Packed Decimal (DPD) format.
Declared in <bdldfp_decimalimputil.h>
static
DecimalStorage::Type32
convertBIDtoDPD(ValueType32 value);
This format is compatible with the IBM compiler's native type.
the Densely Packed Decimal representation of value
| Name | Description |
|---|---|
| value | implementation decimal value to convert |