[#BloombergLP-bdldfp-DecimalConvertUtil-decimalToDPD-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimalToDPD :relfileprefix: ../../../ :mrdocs: Populate the specified `buffer` with the Densely Packed Decimal (DPD) representation of the specified `decimal` value. The DPD representations of `Decimal32`, `Decimal64`, and `Decimal128` require 4, 8, and 16 bytes respectively. The behavior is undefined unless `buffer` points to a contiguous sequence of at least `sizeof(decimal)` bytes. Note that the DPD representation is defined in section 3.5 of IEEE 754‐2008. == Synopsis Declared in `<bdldfp_decimalconvertutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void decimalToDPD( unsigned char* buffer, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] decimal); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#