Skip to main content
Module

x/mongo/mod.ts>Binary#value

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

Returns the value of this binary as a string.

Parameters

optional
asRaw: boolean
  • Will skip converting to a string

Returns

string | BinarySequence