my (Mask Hexadecimal to ASCII) Processing Code

The my processing code converts all ASCII hexadecimal characters in a given value to their corresponding ASCII equivalent. The characters are converted two at a time to 1-digit ASCII characters. The mx code is the inverse of the my code.

System Processors

Select, Update, List

Code Type

Attribute Defining

Dictionary Attributes

Input Conversion, Output Conversion, Correlative

Syntax

my

Example(s)

Data

Conversion

Sample Output

313233

my

123

616263

my

abc

6120646F67

my

a dog

See Also

iconv() Function, mx (Mask ASCII to Hexadecimal) Processing Code, output-conversion, Processing Codes Overview, Processing Codes