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