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