Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-beta-5
-
None
Description
Add methods to seamlessly encode and decode Base64 content:
- arrayOfBytes.toBase64() returns a String
- aString.fromBase64() returns a byte array