AwBase64 Class

Class for encoding or decoding by the Base64 format.

For a list of all members of this type, see AwBase64 Members.

System.Object
   Asterworld.ExEncoding.AwBase64

[Visual Basic]
Public Class AwBase64
[C#]
public class AwBase64

Remarks

Encoding or decoding by the Base64 format are realizable by using the Convert class of the .NET Framework Class Library. However, the Convert class may be inadequate if the requirements of software are high. For example, when it decodes a string of the Base64 format by using the Convert class, an exception is thrown if a character which is not right is included in a source string. Can decode a normal section of a string of the Base64 format if the AwBase64 class is used in the same condition.

The source code of this class is offered together with the following software.


Requirements

Namespace: Asterworld.ExEncoding

Assembly: Asterworld_En (in Asterworld_En.dll)

See Also

AwBase64 Members | Asterworld.ExEncoding Namespace | Encoding & Decoding Checker | .NET Mailer AsterMail

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Class List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2008 Asterworld. All Rights Reserved.