Xceed Binary Encoding Library Documentation
About the Encoding Objects
Xceed Binary Encoding control reference > About the Encoding Objects

Introduction

An Encoding Format object handles the encoding or decoding of a specific type of encoding format, such as the UUEncode or the Base64 format. Each Encoding Format object has its own specific properties depending on the particularities of the format that it handles. You can set these properties to determine how the library will handle encoding or decoding data for a specific format.

How to use

After instantiating the Encoding Format object you need and optionally setting its properties, you must assign it to the EncodingFormat property. After that you can call any of the library's methods.

Available Encoding Format objects