I have a byte value which i want to convert to hex to transport it to a memory stream..
something like this
e.g. For A hex value- 0x41
I've tried but the only output i get is 41 but i want it to be 0x41
something like this
e.g. For A hex value- 0x41
I've tried but the only output i get is 41 but i want it to be 0x41
Comment