Click or drag to resize
MimeKit

Base64Decoder Constructor

Initialize a new instance of the Base64Decoder class.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Base64Decoder()
Remarks
Creates a new base64 decoder.
See Also