Function convertStringToHex

  • Converts a string to its hex equivalent. Useful for Memos.

    Parameters

    • string: string

      The string to convert to Hex.

    Returns string

    The Hex equivalent of the string.

Generated using TypeDoc