• Decodes a hexadecimal to UTF-8 string.

    Parameters

    • value: string = ""

    Returns string

    Example

    ix.text.hexDecode("666F6F426172");
    // decodes to "fooBar"