[#BloombergLP-bdldfp-DecimalConvertUtil-decimal64FromVariableWidthEncoding] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimal64FromVariableWidthEncoding :relfileprefix: ../../../ :mrdocs: Store into the specified `decimal`, the value of `Decimal64` value stored in the _variable‐width encoding_ format at the specified `buffer` address. Return the address one past the last byte read from `buffer`. The behavior is undefined unless `buffer` points to a memory area holding a `Decimal64` value encoded in the _variable‐width encoding_ format. == Synopsis Declared in `<bdldfp_decimalconvertutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned char const* decimal64FromVariableWidthEncoding( xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64]* decimal, unsigned char const* buffer); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#