method Md5.prototype.toStringimport { Md5 } from "https://deno.land/std@0.99.0/hash/md5.ts"; toString(format?: "hex" | "base64"): stringReturns hash as a string of given format Parametersoptionalformat: "hex" | "base64" = [UNSUPPORTED]format of output string (hex or base64). Default is hex Returnsstring