Konu
C# Blob to Image Base64 Yardım
05-11-2018, 18:10:13
#2
pr1d3
pictureBox.Image = new Bitmap(new MemoryStream(Convert.FromBase64String(blob)));