Sponsor:

Your company here, and a link to your site. Click to find out more.

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

Apr 03, 2024 1.26.2 libbson