EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
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.
The input converted to a sequence of bytes, or empty string if invalid.
Variable | Type | Description |
---|---|---|
arg1 | STRING | The ascii hex sequence to convert to bytes. |
df.asciiBytes = px.hex_to_ascii(df.resp)