How to convert Base64 string to Image and apply to a button

EduardoElias

Well-Known Member
Licensed User
Longtime User
Hi there,

What are the steps to decode a string coded as base64 to an image and then apply it to a button?

Is it possible to do totally in memory with no need to save a file?

I have a list of strings that were downloaded and want to apply them to many buttons and that changes frequently.

Thanks for any guide

Eduardo
 
Top