Tagged Questions

0
votes
3answers
1k views

Convert object to byte[]

I am trying to convert a retrieved registry value from object to byte[]. It is stored as REG_BINARY. I tried using BinaryFormatter with MemoryStream. However, it adds overhead information that I do ...