Skip to main content
Module

std/hash/md5.ts>Md5#toString

Deno standard library
Go to Latest
method Md5.prototype.toString
import { Md5 } from "https://deno.land/std@0.114.0/hash/md5.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