[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-convertFromBID-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::convertFromBID :relfileprefix: ../../../ :mrdocs: `convertFromBID` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Convert the specified BID‐encoded `bid` value to the native representation. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertFromBID-01.adoc[convertFromBID](xref:BloombergLP/bdldfp/DecimalStorage/Type128.adoc[DecimalStorage::Type128] bid); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertFromBID-01.adoc[_» more..._]# Return a `ValueTypeXX` representing the specified `bid`, which is currently in Binary Integral Decimal (BID) format. This format is compatible with the Intel DFP implementation type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[DecimalImpUtil_IntelDfp::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertFromBID-02.adoc[convertFromBID](xref:BloombergLP/bdldfp/DecimalStorage/Type32.adoc[DecimalStorage::Type32] bid); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertFromBID-02.adoc[_» more..._]# Convert the specified BID‐encoded `bid` value to the native representation. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertFromBID-03.adoc[convertFromBID](xref:BloombergLP/bdldfp/DecimalStorage/Type64.adoc[DecimalStorage::Type64] bid); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertFromBID-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#