Skip to content

hexToString

hexToString(hex): string

Convert from hex to string.

Parameters

hex: string

Hex string with prefix 0x.

Returns

string

With string back.

Source

utils/src/Decode.ts:43