Udostępnij za pośrednictwem


Base64Encoder Constructor

Include Protected Members
Include Inherited Members

The Base64Encoder constructor overloads create a new Base64Encoder object.

Overload List

  Name Description
Public method Base64Encoder() The Base64Encoder constructor creates a new default Base64Encoder object.
Public method 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