[#BloombergLP-bdldfp-DecimalImpUtil-convertToBID-0f] = 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/Type64.adoc[DecimalStorage::Type64] convertToBID(xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] value); ---- == 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]#