Base64Encoder Constructor
The Base64Encoder constructor overloads create a new Base64Encoder object.
Overload List
| Name | Description |
|---|---|
| Base64Encoder () |
The Base64Encoder constructor creates a new default Base64Encoder object.
|
| Base64Encoder (Int32) |
The Base64Encoder constructor initializes a new instance of the Base64Encoder class with the LineLength property that is indicated by the lineLength parameter.
|