Function
Returns a formatted string constructed from its arguments.
format-to-string format-string #rest format-arguments => string
<byte-string>.
Instances of <object>.
<byte-string>.
This function signals an error if any of the format directives in format-string are invalid.
common-extensions
simple-format
Returns a formatted string constructed from its arguments, which include a format-string of formatting directives and a series of format-arguments to be formatted according to those directives.
The format-string must be a Dylan format string as described on pages 112-114 of the DRM.