Store into decimal the value decoded from network format at buffer.

Synopsis

Declared in <bdldfp_decimalconvertutil.h>

static
unsigned char const*
decimal32FromNetwork(
    Decimal32* decimal,
    unsigned char const* buffer);

Return Value

address one past the last byte read

Parameters

Name

Description

decimal

receives the decoded value

buffer

buffer containing a network‐encoded value

Created with MrDocs