Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/hash/md5.ts>Md5#toString

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Md5.prototype.toString
import { Md5 } from "https://deno.land/std@0.141.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