1BSON_OID_TO_STRING(3) Libbson BSON_OID_TO_STRING(3)
23
4
NAME
6bson_oid_to_string - bson_oid_to_string()
7
SYNOPSIS
9void
10bson_oid_to_string (const bson_oid_t *oid, char str[25]);
11
PARAMETERS
13· oid: A bson_oid_t.
1415
· str: A location for the resulting string.
16
DESCRIPTION
18Converts oid into a hex encoded string.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.14.0 Feb 22, 2019 BSON_OID_TO_STRING(3)