Function stohex

  • convert a ASCII string to a hexadecimal string of ASCII codes.

    Parameters

    • s: string

      ASCII string

    Returns string

    hexadecimal string

    Description

    NOTE: This can't be used for non ASCII characters.