Skip to main content
Module

x/mongo/deps.ts>Long#toString

MongoDB driver for Deno
Very Popular
Go to Latest
method Long.prototype.toString
import { Long } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

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

Parameters

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

Returns

string