1BSON_OID_INIT_FROM_STRING(3)        libbson       BSON_OID_INIT_FROM_STRING(3)
2
3
4

SYNOPSIS

6          void
7          bson_oid_init_from_string (bson_oid_t *oid, const char *str);
8

PARAMETERS

10oid: A bson_oid_t.
11
12str: A string containing a hex encoded version of the oid.
13

DESCRIPTION

15       Parses  the  string containing hex encoded oid and initialize the bytes
16       in oid.
17

EXAMPLE

19          bson_oid_init_from_string (&oid, "012345678901234567890123");
20

AUTHOR

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)
Impressum