Background: I am a software tester working with a test case management database that stores data using the deprecated image data type. I am relatively inexper
You presumably want to convert to byte data rather than character. This post at my blog
Save and Restore Files/Images to SQL Server Database might be useful. It contains code for exporting to a byte array and to a file. The entire C# project is downloadable as a zip file.