Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_OID_INIT_FROM_STRING(3)	     libbson	    BSON_OID_INIT_FROM_STRING(3)

SYNOPSIS
	void
	bson_oid_init_from_string (bson_oid_t *oid, const char *str);

PARAMETERS
     * oid: A bson_oid_t.

     * str: A string containing a hex encoded version of the oid.

DESCRIPTION
     Parses  the  string  containing hex encoded oid and initialize the bytes in
     oid.

EXAMPLE
	bson_oid_init_from_string (&oid, "012345678901234567890123");

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	    BSON_OID_INIT_FROM_STRING(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_oid_init_from_string&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help