I ran into this ridiculous problem while working on a checksum problem.
I currently have a string containing the HEX values of a checksum.
Is there any way in .net to perform AND operations on two HEX values?
I need to AND my result with 7F.
I currently have a string containing the HEX values of a checksum.
Is there any way in .net to perform AND operations on two HEX values?
I need to AND my result with 7F.
Comment