1BSON_OID_IS_VALID(3)                libbson               BSON_OID_IS_VALID(3)
2
3
4

NAME

6       bson_oid_is_valid - bson_oid_is_valid()
7

SYNOPSIS

9          bool
10          bson_oid_is_valid (const char *str, size_t length);
11

PARAMETERS

13str: A string.
14
15length: The length of str.
16

DESCRIPTION

18       Checks  if a string containing a hex encoded string is a valid BSON Ob‐
19       jectID.
20

RETURNS

22       true if str could be parsed.
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.17.6                           Jun 03, 2021             BSON_OID_IS_VALID(3)
Impressum