blah blah blah is here! blah blah » Close

0
votes
6 answers

Storing byte[] value

Hi all, In my project, at one point, I get the result in byte[], which I change to string to display in further textboxes. I can also store the same in the database too. My question is, is it possible to work directly on the returned ...

Feedback