mongo.oid.from.string: Create a mongo.oid object ftom a string
Description
Create from a 24-character hex string a mongo.oid object representing a
MongoDB Object ID.
Usage
mongo.oid.from.string(hexstr)
Arguments
hexstr
(string) 24 hex characters representing the OID.
Note that although an error is thrown if the length is not 24, no error is
thrown if the characters are not hex digits; you'll get zero bits for the
invalid digits.