A
Alexander Muylaert
Hi
What would be the easiest way to save a memorystream to a file?
Kind regards
Alexander
What would be the easiest way to save a memorystream to a file?
Kind regards
Alexander
Alexander Muylaert said:What would be the easiest way to save a memorystream to a file?
Tamir Khason said:Convert it to binary filestream or just write byte ofter byte.
If you need an example there are about 20 in MSDN