1BSON_DECIMAL128_TO_STRING(3) Libbson BSON_DECIMAL128_TO_STRING(3)
2
3
4
6 bson_decimal128_to_string - bson_decimal128_to_string()
7
9 void
10 bson_decimal128_to_string (const bson_decimal128_t *dec, char *str);
11
13 · dec: A bson_decimal128_t.
14
15 · str: A location of length BSON_DECIMAL128_STRING for the resulting
16 string.
17
19 Converts dec into a printable string.
20
22 char decimal128_string[BSON_DECIMAL128_STRING];
23 bson_decimal128_to_string (&decimal128t, decimal128_string);
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.15.2 Nov 06, 2019 BSON_DECIMAL128_TO_STRING(3)