Base64Decoder Members
The Base64Decoder class decodes base64-encoded data.
The following tables list the members exposed by the Base64Decoder type.
Public Constructors
Name | Description | |
---|---|---|
Base64Decoder | The Base64Decoder constructor creates a new Base64Decoder object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Overridden. The Clone method creates a copy of this Base64Decoder object. | |
Convert | Overloaded. | |
Dispose | Overloaded. Releases the resources used by the ByteEncoder. | |
Equals | Overloaded. (inherited from Object ) | |
GetDecoder | (inherited from ByteEncoder ) | |
GetEncoder | (inherited from ByteEncoder ) | |
GetHashCode | (inherited from Object ) | |
GetMaxByteCount | Overridden. The GetMaxByteCount method returns the maximum number of bytes that are required to store dataCount bytes of base64-encoded data after it has been decoded. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Reset | Overridden. The Reset method resets the internal state of this Base64Decoder object. | |
ToString | (inherited from Object ) |
Top