1BSON_OID_INIT_FROM_STRING(3) libbson BSON_OID_INIT_FROM_STRING(3)
2
3
4
6 void
7 bson_oid_init_from_string (bson_oid_t *oid, const char *str);
8
10 • oid: A bson_oid_t.
11
12 • str: A string containing a hex encoded version of the oid.
13
15 Parses the string containing hex encoded oid and initialize the bytes
16 in oid.
17
19 bson_oid_init_from_string (&oid, "012345678901234567890123");
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.25.1 Nov 08, 2023 BSON_OID_INIT_FROM_STRING(3)