Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/hash/_wasm/hash.ts>Hash#toString

Deno standard library
Go to Latest
method Hash.prototype.toString
import { Hash } from "https://deno.land/std@0.157.0/hash/_wasm/hash.ts";

Returns hash as a string of given format

Parameters

optional
format: OutputFormat = [UNSUPPORTED]

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

Returns

string