I am reading in an Integer from a file and I have to compare it to a hex bitmask to see if which values need to be checked. How would I go about comparing a hex value (i.e. 0x0001) To a numerical value such as 48? I tried this:
but kept getting an error b/c it said I needed a Get or Let or Set?
Code:
Property BitMask As Byte
but kept getting an error b/c it said I needed a Get or Let or Set?