1BSON_DECIMAL128_TO_STRING(3)        libbson       BSON_DECIMAL128_TO_STRING(3)
2
3
4

NAME

6       bson_decimal128_to_string - bson_decimal128_to_string()
7

SYNOPSIS

9          void
10          bson_decimal128_to_string (const bson_decimal128_t *dec, char *str);
11

PARAMETERS

13       · dec: A bson_decimal128_t.
14
15       · str:  A  location  of length BSON_DECIMAL128_STRING for the resulting
16         string.
17

DESCRIPTION

19       Converts dec into a printable string.
20

EXAMPLE

22          char decimal128_string[BSON_DECIMAL128_STRING];
23          bson_decimal128_to_string (&decimal128t, decimal128_string);
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.16.2                           Feb 25, 2020     BSON_DECIMAL128_TO_STRING(3)
Impressum