[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-uint32ToDecimal64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::uint32ToDecimal64 :relfileprefix: ../../../ :mrdocs: Return a 64‐bit decimal representation of the specified unsigned integer. == Synopsis Declared in `<bdldfp_decimalimputil_inteldfp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] uint32ToDecimal64(unsigned int value); ---- == Return Value 64‐bit decimal representation of `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | unsigned integer value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#