Product Site

5.1.7.63. encodeBase64

Returns a new string that is the base64 encoded version of the receiving string.
Example 5.101. String class — encodeBase64 method
Say "abcdef"~encodeBase64       -->    "YWJjZGVm"