I have a problem about converting binary to hex then hex to binary.
For example I have an image file. First I want to convert that image to a hex string, then I want to insert this hex string to database. When a user wants to get that image file, the program has to read the hex string from the databasae, then converts to an image file.
Is it possible in C# ?
I have tried some sample methods from StackOverflow but I can't do that. I did an image file but it can't be shown.
I am waiting for your help.
Thank you