[#BloombergLP-bdldfp-DecimalConvertUtil-decimal128FromBID-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimal128FromBID :relfileprefix: ../../../ :mrdocs: `decimal128FromBID` overloads == Synopses Declared in `<bdldfp_decimalconvertutil.h>` Return the `Decimal128` decoded from BID data at `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromBID-0c.adoc[decimal128FromBID](unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromBID-0c.adoc[_» more..._]# Store into `decimal` the value decoded from BID data at `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromBID-08.adoc[decimal128FromBID]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]* decimal, unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromBID-08.adoc[_» more..._]# == Return Value native `Decimal128` representation of the BID value == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | buffer containing a BID‐encoded value | *decimal* | receives the decoded value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#