BSONObjectID.fromHexString

Creates an on object ID from a string in standard hexa-decimal form.

  1. BSONObjectID fromString(string str)
  2. alias fromHexString = fromString
    struct BSONObjectID
    @safe
    alias fromHexString = fromString

Meta