Share via


Base64Encoder Members

The Base64Encoder class encodes data into the base64 encoding.

The following tables list the members exposed by the Base64Encoder type.

Public Constructors

  Name Description
Base64Encoder Overloaded. The Base64Encoder constructor overloads create a new Base64Encoder object.

Top

Public Properties

  Name Description
Aa564382.pubproperty(en-us,EXCHG.80).gif LineLength The LineLength property gets or sets a value that controls how the encoded data will be wrapped.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa564382.pubmethod(en-us,EXCHG.80).gif Clone Overridden. The Clone method returns a copy of this Base64Encoder object.
Aa564382.pubmethod(en-us,EXCHG.80).gif Convert Overloaded.  
Aa564382.pubmethod(en-us,EXCHG.80).gif Dispose Overloaded. Releases the resources used by the ByteEncoder.
Aa564382.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa564382.pubmethod(en-us,EXCHG.80).gifAa564382.static(en-us,EXCHG.80).gif GetDecoder  (inherited from ByteEncoder )
Aa564382.pubmethod(en-us,EXCHG.80).gifAa564382.static(en-us,EXCHG.80).gif GetEncoder  (inherited from ByteEncoder )
Aa564382.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa564382.pubmethod(en-us,EXCHG.80).gif GetMaxByteCount Overridden. The GetMaxByteCount method returns the maximum number of bytes that are required to store dataCount bytes of binary data after it has been encoded.
Aa564382.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa564382.pubmethod(en-us,EXCHG.80).gifAa564382.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa564382.pubmethod(en-us,EXCHG.80).gif Reset Overridden. The Reset method resets the internal state of this Base64Encoder object.
Aa564382.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa564382.protmethod(en-us,EXCHG.80).gif Dispose Overloaded. Overridden. The Dispose overload releases the resources that are used by the Base64Encoder.
Aa564382.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa564382.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top