Save png data uri to phone storage

how to save following data uri to phone storage as png image? i have this string.

data:image/png;base64,iVBORw0KGgoAAA
ANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4
//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU
5ErkJggg==

Use a extension to convert base64 to image. The Base64 String should be

, the whole String after ;base64,

Extension like Image to Base64 Extension - ClassicExtensions - Community is an good option

2 Likes

thanks for answer. but when i gave it a try nothing shows in image components

help would be appreciated. thankx

Maybe because it is too small. Using some base64 decoder and I found it very small.