BSON_OID_INIT_FROM_STRING(3) | libbson | BSON_OID_INIT_FROM_STRING(3) |
bson_oid_init_from_string - bson_oid_init_from_string()
void bson_oid_init_from_string (bson_oid_t *oid, const char *str);
Parses the string containing hex encoded oid and initialize the bytes in oid.
bson_oid_init_from_string (&oid, "012345678901234567890123");
MongoDB, Inc
2017-present, MongoDB, Inc
October 20, 2022 | 1.23.1 |