I need help on converting the varbinary data which I acquired from sql, into int by taking 4 bits at a time. From the code above, I acquired the results as (‘0x640761075D075A0…..’). My plan is to …
I need help on converting the varbinary data which I acquired from sql, into int by taking 4 bits at a time. From the code above, I acquired the results as (‘0x640761075D075A0…..’). My plan is to …