[#BloombergLP-bdldfp-DecimalConvertUtil-decimalFromBID-0ce] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimalFromBID :relfileprefix: ../../../ :mrdocs: Store, into the specified `decimal`, the native implementation representation of the value of the same size base‐10 floating point value represented in Binary Integer Decimal format, at the specified `buffer` address. The behavior is undefined unless `buffer` points to a memory area at least `sizeof(decimal)` in size containing a value in BID format. == Synopsis Declared in `<bdldfp_decimalconvertutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void decimalFromBID( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* decimal, unsigned char const* buffer); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#