[#BloombergLP-bdldfp-DecimalImpUtil-convertDPDtoBID-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::convertDPDtoBID :relfileprefix: ../../../ :mrdocs: Convert Densely Packed Decimal `dpd` to the implementation type. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] convertDPDtoBID(xref:BloombergLP/bdldfp/DecimalStorage/Type32.adoc[DecimalStorage::Type32] dpd); ---- == Description This format is compatible with the IBM compiler's native type. == Return Value the corresponding implementation decimal value == Parameters [cols="1,4"] |=== | Name| Description | *dpd* | value in Densely Packed Decimal format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#