M mandargholap Member Licensed User Longtime User Jun 4, 2012 #1 Need a help to convert "FF" value into Int. Thanks
W wl Well-Known Member Licensed User Longtime User Jun 4, 2012 #2 I think you could use Andrew Graham's excellent library "ByteConverter"... Converting a hex string into a byte array and from a byte array to an int. See: Basic4android - ByteConverter Upvote 0
I think you could use Andrew Graham's excellent library "ByteConverter"... Converting a hex string into a byte array and from a byte array to an int. See: Basic4android - ByteConverter
Erel B4X founder Staff member Licensed User Longtime User Jun 4, 2012 #3 You can also use: B4X: Bit.ParseInt(value, 16) Upvote 0
W wl Well-Known Member Licensed User Longtime User Jun 4, 2012 #4 Much better solution (of course ) Upvote 0