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. |
Top