mrossen Active Member Licensed User Longtime User Jul 10, 2011 #1 Hi, I have this problem that when I use B4X: Bit.ToHexString("255") the result is : 160ff Can anyone explain where the 160 comes from. Mogens
Hi, I have this problem that when I use B4X: Bit.ToHexString("255") the result is : 160ff Can anyone explain where the 160 comes from. Mogens
K kickaha Well-Known Member Licensed User Longtime User Jul 10, 2011 #2 1) When I tried this it returned ff as expected. 2) why are you using Bit.ToHexString("255"), ToHexString takes int so Bit.ToHexString(255) would be better. We need to see more code to be of any help. Upvote 0
1) When I tried this it returned ff as expected. 2) why are you using Bit.ToHexString("255"), ToHexString takes int so Bit.ToHexString(255) would be better. We need to see more code to be of any help.