|
THE META-HTML LANGUAGE REFERENCE MANUAL
|
Manual Page Viewer
Name: BASE64DECODE
Section:
String Operators
Synopsis:
Description:
Performs the translation operation commonly known as Base64 Decoding on STRING, and returns the results of that decoding.
Base64 encoding is a common transfer encoding for binary data and for Basic Authorization values -- this function can be used to turn such strings into their original, pre-encoded state.
<set-var the-data = "YmZveDpmcm9ibml0eg==">
<base64decode <get-var the-data>>
produces:
bfox:frobnitz
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com