bson_oid_is_valid - Man Page

bson_oid_is_valid()

Synopsis

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

Parameters

Description

Checks if a string containing a hex encoded string is a valid BSON ObjectID.

Returns

true if str could be parsed.

Author

MongoDB, Inc

Info

Jan 19, 2023 1.23.2 libbson