@nevware21/ts-utils
    Preparing search index...

    Function decodeHex

    • Decode a hexadecimal encoded string

      Parameters

      • value: string

        The hexadecimal encoded string to decode

      Returns string

      The decoded string

      0.13.0

      decodeHex("48656c6c6f"); // "Hello"
      decodeHex("41"); // "A"
      decodeHex(""); // ""