Skip to main content
Module

x/mongo/mod.ts>Bson.ObjectId#toHexString

MongoDB driver for Deno
Extremely Popular
Go to Latest
method Bson.ObjectId.prototype.toHexString
import { Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { ObjectId } = Bson;

Returns the ObjectId id as a 24 character hex string representation

Returns

string