Hunny Software Library Reference

Base64EncoderW Class

Class that performs base64 encoding, with output to a char array.

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

System.Object
   Base64EncoderW

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

Remarks

This class is the same as Base64Encoder, except that the output is written to a character array, instead of a byte array. See the overview section of Base64Encoder for general information that applies to both Base64Encoder and Base64EncoderW.

Requirements

Namespace: Hunny.Mime

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

See Also

Base64EncoderW Members | Hunny.Mime Namespace | Base64Encoder