[#BloombergLP-bdldfp-DecimalConvertUtil-decimal32FromBID-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimal32FromBID :relfileprefix: ../../../ :mrdocs: `decimal32FromBID` overloads == Synopses Declared in `<bdldfp_decimalconvertutil.h>` Return the `Decimal32` decoded from BID data at `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal32FromBID-01.adoc[decimal32FromBID](unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal32FromBID-01.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/decimal32FromBID-0c.adoc[decimal32FromBID]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* decimal, unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal32FromBID-0c.adoc[_» more..._]# == Return Value native `Decimal32` 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]#