Displaying Base64 encoded image in Xamarin.Forms
6 years ago
Learn how to decode and display Base64 images in a Xamarin.Forms app. This article covers the process of decoding the image and creating an instance of Xamarin.Forms.ImageSource, as well as bonus techniques for UWP. Check out the sample code on GitHub!