For .NET Framework 2.0 the following line of code (C#) seems to do the trick:
byte[] bytes = (byte[])TypeDescriptor.GetConverter(bmp).ConvertTo(bmp, typeof(byte[]));
Dmitriy
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |