Text to Base64?

Hi,
Is there some kind of function in Xojo which converts a text string into Base 64, and vice-versa?
I have looked in the LR, but can’t seem to find anything relevant.

Thank you all in advance.

EncodeBase64 / DecodeBase64

Ahhh - I needed to refresh the LR page - it was only half loaded??
Thanks Scott :slight_smile:

no problem.

if you are on a Mac, I recommend Dash. it keeps all the docs handy at one place (Xojo + MonkeyBread + others). I use Dash all the time to find something in the LR.

I had Dash, but found it severe overkill for my needs.
I simply needed to refresh the LR, and the page then loaded correctly :slight_smile:

Ok, Base64 successful, so taking this a step further - how about string to Base32?
Any pointers to info on doing that?

Thanks.

[quote=132434:@Richard Summers]Ok, Base64 successful, so taking this a step further - how about string to Base32?
Any pointers to info on doing that?

Thanks.[/quote]
Scroll down a bit here and @Tim Hare posted some code on the old forums way back in 2007 :wink:
http://forums.realsoftware.com/viewtopic.php?f=1&t=16015&hilit=base32

I did? LOL. I was about to reply that I didn’t know of any Xojo implementation. But then I thought, somebody’s got to have done one. I’ll just let them comment on this. :slight_smile:

Haha. I think it was you :wink: