Hunny Software Library Reference

Base64DecoderW Class

Class that performs base64 decoding, with input from a char array.

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

System.Object
   Base64DecoderW

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

Remarks

This class is the same as Base64Decoder, except that the input is taken from a character array, instead of a byte array. See the overview section of Base64Decoder for general information that applies to both Base64Decoder and Base64DecoderW.

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

Base64DecoderW Members | Hunny.Mime Namespace | Base64Decoder