| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||
Arguments: string &optional (wrap-at-column 52)
This function is similar to usb8-array-to-base64-string except it takes a string rather than a usb8 array as its argument. See also base64-string-to-string. If external formats are an issue, the following form can be used in place of this function for an external-format ef (typically named by a keyword like :iso-2022-jp):
(usb8-array-to-base64-string
(string-to-octets string :external-format <ef>
:null-terminate nil))
See Base64 Support in miscellaneous.htm for information on Base64 and Base64 support in Allegro CL.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||