Platforms to show: All Mac Windows Linux Cross-Platform

EncodeBase64MBS(s as string, breakposition as integer = 0, breakstring as string = "") as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Base 64 MBS Encryption Plugin ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Encodes the binary data in the string into a base64 text string.

Improved in MBS Plugin 2.7 to support breakposition and breakstring. If you don't need them, just pass 0 and "". Memory needed is around lenb(s)*2.8.

If you need yielding for better threading, please use method in Base64MBS class.

Some examples using this global method:

The items on this page are in the following plugins: MBS Encryption Plugin.


The biggest plugin in space...