Skip to main content
Module

x/web_bson/mod.ts>UUID#toHexString

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method UUID.prototype.toHexString
Re-export
import { UUID } from "https://deno.land/x/web_bson@v0.2.4/mod.ts";

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 = [UNSUPPORTED]
  • should the string exclude dash-separators.

Returns

string