Questions tagged [bitconverter]

Class in C# and Java that converts base data types to an array of bytes, and an array of bytes to base data types.

Class in C# and Java that converts base data types to an array of bytes, and an array of bytes to base data types.

138 questions
-3
votes
1 answer

c# concatenate byte[] and get string result

I came across one requirement, in which i have system.byte[] value coming from database. Now i need to get string value from that bye[] values. I am iterating datatable values using datarow. There are so many columns coming with system.byte[]…
Pradeep atkari
  • 549
  • 1
  • 8
  • 14
-4
votes
1 answer

C# BitConverter error

I am getting an error when i try to start my c# program (please not im not very good a programming so if you could write the answer in very simple terms, that would be appreciated) byte[] buffer = BitConverter.GetBytes(Convert.ToInt32(value)); …
Jacob Reid
  • 33
  • 1
  • 1
  • 6
-5
votes
1 answer

VBA bit converter

I would like to know how to use the bitconverter method in Excel VBA. I would like to convert 4 bytes each one placed in a difference cells in a 32 bit integer using BitConverter.ToInt32. Can someone help me with an example to use in VBA? I think I…
KarmaWin
  • 24
  • 4
1 2 3
9
10