Vocabularybase64Inputsbase64 | a string of base64 characters |
OutputsWord descriptionConverts a string in Base64 encoding back into its binary representation.
ExamplesUSING: prettyprint base64 strings ;
"VGhlIG1vbm9yYWlsIGlzIGEgZnJlZSBzZXJ2aWNlLg==" base64> >string .
"The monorail is a free service."
NotesThis word will throw if the input string contains characters other than those allowed in base64 encodings.
See also>base64,
>base64-linesDefinition