| Base64 Methods | 
The Base64 type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Decode | 
            Computes the byte representation of a base64 string.
             | 
|   | Encode | 
            Computes the base64 representation of a byte array.
             | 
|   | EncodeBuffer | 
            Computes the base64 representation of a buffer.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
|   | TryDecode | 
            Computes the byte representation of a base64 string.
             | 
|   | TryEncode | 
            Computes the base64 representation of a byte array.
             | 
|   | TryEncodeBuffer | 
            Computes the base64 representation of a buffer.
             | 
 See Also
See Also