![]() |
![]()
| ![]() |
![]()
SYNOPSISvoid bson_oid_init_from_string (bson_oid_t *oid, const char *str); PARAMETERS
DESCRIPTIONParses the string containing hex encoded oid and initialize the bytes in oid. EXAMPLEbson_oid_init_from_string (&oid, "012345678901234567890123"); AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|