Skip to main content
Module

x/atlas_sdk/deps.ts>UUID#toHexString

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method UUID.prototype.toHexString
import { UUID } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.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: boolean
  • should the string exclude dash-separators.

Returns

string