blah blah blah is here! blah blah » Close

0
votes
2 answers

String --> Byte[] Padded With Nulls

eeboy
499

Say I have 4 strings that I want to form into a byte array. The 4 strings are of fixed width in the byte array, however, the actual string may not consume the alloted characters in which case it should be padded with nulls OR it may be grea ...

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