Udostępnij za pośrednictwem


Base64Decoder.Dispose Method

Include Protected Members
Include Inherited Members

The Dispose overload releases the resources that are used by the Base64Decoder.

Overload List

  Name Description
Public method Dispose() Releases the resources used by the ByteEncoder. (Inherited from ByteEncoder.)
Protected method Dispose(Boolean) The Dispose method releases the unmanaged resources that are used by the Base64Decoder and optionally releases the managed resources. (Overrides ByteEncoder.Dispose(Boolean).)

Top