Skip to main content
Module

x/mongo/mod.ts>Long#toString

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

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

Parameters

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

Returns

string