A-F and does
not include whitespace characters.D2X(9) --> "9"
D2X(129) --> "81"
D2X(129,1) --> "1"
D2X(129,2) --> "81"
D2X(129,4) --> "0081"
D2X(257,2) --> "01"
D2X(-127,2) --> "81"
D2X(-127,4) --> "FF81"
D2X(12,0) --> ""