1
Answer

How to get Binary data in c#

I stored my data in sqlserver column type is image that is data is stored in binary format. I just want to read that data and write in to a file How can i achieve this ? Guid me

Answers (1)