1BSON_DECIMAL128_TO_STRING(3) libbson BSON_DECIMAL128_TO_STRING(3)
2
3
4
6 void
7 bson_decimal128_to_string (const bson_decimal128_t *dec, char *str);
8
10 • dec: A bson_decimal128_t.
11
12 • str: A location of length BSON_DECIMAL128_STRING for the resulting
13 string.
14
16 Converts dec into a printable string.
17
19 char decimal128_string[BSON_DECIMAL128_STRING];
20 bson_decimal128_to_string (&decimal128t, decimal128_string);
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.25.1 Nov 08, 2023 BSON_DECIMAL128_TO_STRING(3)