| Allegro CL version 7.0 This page is new in 7.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-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page is new in the 7.0 release.
Created 2005.9.20.
| Allegro CL version 7.0 This page is new in 7.0. | |||||||||