Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/encoding/mod.ts>encodeToHexString

A modern runtime for JavaScript and TypeScript.
Go to Latest
function encodeToHexString
import { encodeToHexString } from "https://deno.land/x/deno@v0.28.0/std/encoding/mod.ts";

EncodeToString returns the hexadecimal encoding of src.

Parameters

src: Uint8Array

Returns

string