Skip to main content
Module

x/web_bson/src/long.ts>Long#toString

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method Long.prototype.toString
import { Long } from "https://deno.land/x/web_bson@v0.2.4/src/long.ts";

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

Parameters

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

Returns

string