This sample demonstrates how to encode a chunk of memory data using the Base64 Encoding Format.
Project path: Samples\ASP\EncodeDecode
Project file name: EncodeDecode.asp
Properties: EncodingFormat, EndOfLineType, MaxLineLength
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.