c# - Assist me to identify the exact conversion logic in this example -
i'm told hex data: 5920cdb68401b5e3
which converted ascii , becomes: 5920<=;68401;5>3
no matter how i'm trying figure out conversion logic , accomplish same in code - can't create it.
can please help me identify how , concept hex becomes ascii?
try conversion table:
0 : 0 1 : 1 ... 9 : 9 : : b : ; c : < d : = e : > f : ?
c# hex logic ascii
No comments:
Post a Comment