G
Guest
greetings,
i'm having trouble converting the below c# codes into vb.net, the other
portion of it is working fine except this, cause i do not know how to convert
it. any help provided would be great at this stage.
C# code
new Bitmap(new MemoryStream((byte[])serializerXML.Deserialize(readerText)));
yours truly
i'm having trouble converting the below c# codes into vb.net, the other
portion of it is working fine except this, cause i do not know how to convert
it. any help provided would be great at this stage.
C# code
new Bitmap(new MemoryStream((byte[])serializerXML.Deserialize(readerText)));
yours truly