[#BloombergLP-bdldfp-DecimalImpUtil-convertFromBID-0b1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::convertFromBID :relfileprefix: ../../../ :mrdocs: Convert Binary Integral Decimal `bid` to the implementation type. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] convertFromBID(xref:BloombergLP/bdldfp/DecimalStorage/Type32.adoc[DecimalStorage::Type32] bid); ---- == Description This format is compatible with the Intel DFP implementation type. == Return Value the corresponding implementation decimal value == Parameters [cols="1,4"] |=== | Name| Description | *bid* | value in Binary Integral Decimal format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#