Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

bson_oid_init_from_string - Man Page

Synopsis

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

Parameters

Description

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

Example

bson_oid_init_from_string (&oid, "012345678901234567890123");

Author

MongoDB, Inc

Info

Jul 03, 2024 1.27.4 libbson