Skip to main content
Module

x/denodb/deps.ts>Bson.Long#toString

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method Bson.Long.prototype.toString
import { Bson } from "https://deno.land/x/denodb@v1.0.40/deps.ts";
const { Long } = Bson;

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

Parameters

optional
radix: number
  • Radix (2-36), defaults to 10

Returns

string