base64 string to byte to image
问题 I have a base64 string which was generated from an image using another application. Now on my application I want to convert the base64 string to byte and display it on a PictureBox. I already found a sample application which takes a byte input and sets a PictureBox image. Unfortunately the sample application gets the byte array from an image and just translates it back. Here's the function it uses. Public Function PictureFromByteStream(b() As Byte) As IPicture Dim LowerBound As Long Dim