Dim buffer() As ByteDim b As BitmapDim su As StringUtils
buffer = su.DecodeBase64(put here your source base64 image string)
DimInAs InputStreamIn.InitializeFromBytesArray(buffer, 0, buffer.Length)
b.Initialize2(In)
ImageView1.Bitmap = b
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.