Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/model/dependencies/mongo.ts>Bson.Long#toString

model based mongo for deno
Latest
method Bson.Long.prototype.toString
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Long } = Bson;

Converts the Long to a string written in the specified radix.

Parameters

optional
radix = [UNSUPPORTED]
  • Radix (2-36), defaults to 10

Returns

string