[#BloombergLP-bdldfp-DecimalConvertUtil_IntelDfp-decimal128FromBID] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp.adoc[DecimalConvertUtil_IntelDfp]::decimal128FromBID :relfileprefix: ../../../ :mrdocs: Return the native value of the BID encoding at `buffer`. == Synopsis Declared in `<bdldfp_decimalconvertutil_inteldfp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] decimal128FromBID(unsigned char const* buffer); ---- == Description The behavior is undefined unless `buffer` points to a memory area at least `sizeof(Decimal128)` in size containing a value in BID format. == Return Value native representation of the BID value == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | buffer containing BID‐encoded value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#