FunctionhexToString

  • Converts a hexadecimal string to a regular string.

    Arguments

    • hex_string - The hexadecimal string to convert.

    Returns

    A regular string containing the converted value.

    Parameters

    • hex_string: string

    Returns string