EncodeBase64 on iOS?

I’m porting one of my XOJO desktop programs to iOS and need to use the EncodeBase64 function on a MemoryBlock. I can’t seem to find any mention of it in the iOS docs, so I’m assuming it doesn’t exist. I can write my own, but I thought I’d check with the community to see if maybe I’ve overlooked it or if there is a work-around. Thanks!

Try using the search, sometimes you find answers!
This came up not too long ago: https://forum.xojo.com/18743-encode-decodebase64-in-ios
(and yes, there are solutions in that topic :slight_smile: )

Thanks Tim! I did a search for EncodeBase64, but I didn’t wade through the results long enough to find this one.