> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# HexToAscii

# Function: hexToAscii()

> **hexToAscii**(`hexString`): `string`

Defined in: [index.ts:69](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/encoding/src/index.ts#L69)

Converts a hex string to an ASCII string.

## Parameters

### hexString

`string`

The input hex string to convert.

## Returns

`string`

* The converted ASCII string.
