B
BMaxwell
Hello all,
We have a bunch of PNG image files stored in a Sql Server 200 image
column. The app that reads and writes them is written in tcl and
works fine, but they are being converted to UTF-8 format for storage
in the database. I need to write C# code to take the array of bytes I
fetch from the database and get back to the original bytes so I can
re-generate the file as it was.
I have tried creating a UTF8 Decoder, but it didn't seem to help. I'm
new to encoding/decoding and confused about how I can get the original
bytes back from UTF-8/Unicode, etc. I'd appreciate any help. I can
post examples of what my byte streams look like if that would help.
Thanks in advance,
Brad
We have a bunch of PNG image files stored in a Sql Server 200 image
column. The app that reads and writes them is written in tcl and
works fine, but they are being converted to UTF-8 format for storage
in the database. I need to write C# code to take the array of bytes I
fetch from the database and get back to the original bytes so I can
re-generate the file as it was.
I have tried creating a UTF8 Decoder, but it didn't seem to help. I'm
new to encoding/decoding and confused about how I can get the original
bytes back from UTF-8/Unicode, etc. I'd appreciate any help. I can
post examples of what my byte streams look like if that would help.
Thanks in advance,
Brad