This class implements base64 encoder/decoder. Defined in RFC 4648.
| C# | Visual Basic | Visual C++ | F# |
public class Base64
Public Class Base64
public ref class Base64
type Base64 = class end
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| Base64()()()() |
Default constructor.
| |
| Decode(String, Boolean) |
Decodes specified base64 string.
| |
| Decode(array<Byte>[]()[][], Int32, Int32, Boolean) |
Decodes specified base64 data.
| |
| Decode(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32, Boolean) |
Decodes base64 encoded bytes.
| |
| Encode(array<Byte>[]()[][], Int32, Int32, Boolean) |
Encodes bytes.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| Base64 | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119