EXPAND ALL
  • Home

hex_to_ascii

This function converts an input hex sequence in ASCII to bytes. The input must be a well-formed hex representation, with optional separator.If the input is invalid, it will return an empty string.

Returns: STRING

The input converted to a sequence of bytes, or empty string if invalid.

Arguments

VariableTypeDescription
arg1STRINGThe ascii hex sequence to convert to bytes.

Examples:

df.asciiBytes = px.hex_to_ascii(df.resp)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.