[#BloombergLP-bdldfp-DecimalImpUtil-convertBIDtoDPD-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::convertBIDtoDPD :relfileprefix: ../../../ :mrdocs: Convert `value` to Densely Packed Decimal (DPD) format. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalStorage/Type128.adoc[DecimalStorage::Type128] convertBIDtoDPD(xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] value); ---- == Return Value the Densely Packed Decimal representation of `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | implementation decimal value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#