Store decimal in network format into buffer.

Synopsis

Declared in <bdldfp_decimalconvertutil.h>

static
unsigned char*
decimal128ToNetwork(
    unsigned char* buffer,
    Decimal128 decimal);

Return Value

address one past the last byte written

Parameters

Name

Description

buffer

receives the network encoding

decimal

value to encode

Created with MrDocs