Module

x/web_bson/mod.js>UUID#toHexString

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method UUID.prototype.toHexString
import { UUID } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.js";

Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated)

Parameters

optional
includeDashes: boolean
  • should the string exclude dash-separators.

Returns

string