The Base64 type exposes the following members.

Constructors

  NameDescription
Public methodBase64
Initializes a new instance of the Base64 class

Methods

  NameDescription
Public methodStatic memberDecode
Decodes a Base64-encoded string.
Public methodStatic memberEncode
Encodes the string using Base64.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also