Xceed Binary Encoding Library Documentation
EncodeDecode Sample Application for ASP
Sample Applications > EncodeDecode Sample Application for ASP

Description

This sample demonstrates how to encode a chunk of memory data using the Base64 Encoding Format.

Source files

Project path: Samples\ASP\EncodeDecode

Project file name: EncodeDecode.asp

Demonstrates

Properties: EncodingFormat, EndOfLineType, MaxLineLength

Method: Encode, Decode

How to use

Enter the text to compress in the "Data to encode" text box and press the "Encode" button. The encoded data will then appear in the "Encoded data" text box and can be decoded by pressing the "Decode" button.