Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function encodeToString
import { encodeToString } from "https://deno.land/std@0.78.0/encoding/hex.ts";

EncodeToString returns the hexadecimal encoding of src.

Parameters

src: Uint8Array

Returns

string