Skip to main content
Module

x/atlas_sdk/mod.ts>ObjectId.createFromHexString

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method ObjectId.createFromHexString
import { ObjectId } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

Creates an ObjectId from a hex string representation of an ObjectId.

Parameters

hexString: string
  • create a ObjectId from a passed in 24 character hexstring.