Usefull when you store your image in a database.
byte[] data = null; // Load that from your database
MemoryStream stream = new MemoryStream(data);
Image image = new Bitmap(stream);
stream.Close();
mercredi 04 juin 2008 | Predicate<T>
Cher Entreprenaute, vous pouvez trouver ici votre passeport pour l'economie numerique
Smart Code Generator
Serialcoder participe activement au projet opensource Smart Code Generator
smartcodegenerator