| Allegro CL version 7.0 This page is new in 7.0. | |||||||||
Arguments: string
The inverse of string-to-base64-string. Similar to base64-string-to-usb8-array except a string rather than a usb8 array is returned. 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):
(let ((octets (base64-string-to-usb8-array base64-string)))
(values
(octets-to-string octets :external-format <ef>
:end (length octets))))
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. | |||||||||