Skip to main content
Module

x/pg/deps.ts>Md5#toString

PostgreSQL client for Deno
Latest
method Md5.prototype.toString
import { Md5 } from "https://deno.land/x/pg@v0.6.1/deps.ts";

Returns hash as a string of given format

Parameters

optional
format: "hex" | "base64" = [UNSUPPORTED]

format of output string (hex or base64). Default is hex

Returns

string