Function: hexToAscii()

hexToAscii(hexString): string
Defined in: index.ts:69 Converts a hex string to an ASCII string.

Parameters

hexString

string The input hex string to convert.

Returns

string
  • The converted ASCII string.