Encodes text in Base64. This is useful when transferring data like attaching a signature to the bottom of an email or storing images in a database. Returns the input text base64 encoded.
String
return base64Encode("Encode this text!");
Returns "RW5jb2RlIHRoaXMgdGV4dCE="
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.