Module

x/atlas_sdk3/mod.ts>Long.fromString

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Latest
method Long.fromString
import { Long } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/mod.ts";

Returns a Long representation of the given string, written using the specified radix.

Parameters

str: string
  • The textual representation of the Long
optional
unsigned: boolean
  • Whether unsigned or not, defaults to signed
optional
radix: number
  • The radix in which the text is written (2-36), defaults to 10

Returns

The corresponding Long value