In my portal project, I save the bitmap file into SQL Server as a byte array, so to convert the byte array from SQL Server to bitmap, I must implement some function, this is some ways I found on the internet:
Method 1: Unsafe methods, using Marshal class
Method 2: Using a memory stream (I like this way)
Please kick it if you feel interested! :)
26c12c29-dcdd-4788-90eb-8244df8495a8|4|4.5