swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax   Related Concepts   Other Library Functions  
function  

Decode64

 
 

Library: Base64 encoding and decoding (OMENC64) legacy
Include: omenc64.xin

Declaration

  define stream function Decode64
                   value      stream Chars-In
     with-sequence value      stream EncodeSeq optional
     status        modifiable switch Status    optional

Argument definitions

Chars-In
Incoming data encoded in Base64.
EncodeSeq
A sequence of up to 64 characters to be used as the decoding sequence. Duplicate characters are allowed but will be ignored. This sequence must be the one used with the Encode64 function that encoded the data.
Status
This optional success switch will be set to false if a problem occurs.


Purpose

You can use this function to convert encoded Base64 data into the original data. You can use this function to convert incoming 64-character-set data into binary data (255-character-set data) when processing incoming email attachments (for example, binary files) or sections.

    Related Syntax
   Encode64
 
Related Concepts
   Character set encoding
 
Other Library Functions
   Decode64
   Encode64
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:09 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.