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.
Declared in <bdldfp_decimalconvertutil.h>
static
unsigned char const*
decimal64FromVariableWidthEncoding(
bdldfp::Decimal64* decimal,
unsigned char const* buffer);