Convert hexstring to readable string

In my Moralis DB strings get stored as hexstring. Using Moralis is there a way to convert this to readable string via maybe some Moralis helper utility. e.g Moralis.utils.ConvertHexStrTostring()

Can you give an example of one of these strings (and readable value)? You can just use your own helper function if needed.

Sorted it out Thanks.