base64-encode-region

base64-encode-region is an interactive built-in function in `C source code'.


(base64-encode-region BEG END &optional NO-LINE-BREAK)

Base64-encode the region between BEG and END.
Return the length of the encoded text.
Optional third argument NO-LINE-BREAK means do not break long lines
into shorter lines.