Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Download  | Order  | History 
 

Encoder for .NET

Features  | Detailed Description 
 

The Encoder is a component from the Clever Internet .NET Suite library.
It can be used to Encode or Decode files, streams or strings with any of the Quoted-Printable, MIME Base64 and UUEncode encoding formats.

This component is used by Mail Message for automatic encoding / decoding of attachments and formatting Text and HTML message parts in 7 bit code before email transfer.

Features:

  • 100% managed code
  • Encode and Decode strings and .NET streams
  • Base64Quoted Printable, UUEncode
  • Character and Binary Encoding
  • Define number of characters per each line
  • Event notification about Encoding Progress
  • Free one year upgrades and support

Encode and decode files in just few lines of code

FileStream source = new FileStream("OriginalFile.zip", FileMode.Open);
FileStream dest = new FileStream("EncodedFile.dat", FileMode.Create);

encoder1.EncodeStream(source, dest, EncodeMethod.Base64);

FileStream source = new FileStream("EncodedFile.dat", FileMode.Open);
FileStream dest = new FileStream("OriginalFile.zip", FileMode.Create);

encoder1.DecodeStream(source, dest, EncodeMethod.Base64);

Samples, including WinForm clients with full C# and VB.NET source code

Please see the Demos code (Encoder) and also the indexed Help documentation provided with the Clever Internet .NET Suite installation to learn more about using this component in your application.

Complete C# source code

When Purchasing the Clever Internet .NET Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007