Click or drag to resize

Base64 Class

Base64 utility.
Inheritance Hierarchy
SystemObject
  FM.IceLinkBase64

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Base64 type exposes the following members.

Constructors
  NameDescription
Public methodBase64
Initializes a new instance of the Base64 class
Top
Methods
  NameDescription
Public methodStatic memberDecode
Computes the byte representation of a base64 string.
Public methodStatic memberEncode
Computes the base64 representation of a byte array.
Public methodStatic memberEncodeBuffer
Computes the base64 representation of a buffer.
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.)
Public methodStatic memberTryDecode
Computes the byte representation of a base64 string.
Public methodStatic memberTryEncode
Computes the base64 representation of a byte array.
Public methodStatic memberTryEncodeBuffer
Computes the base64 representation of a buffer.
Top
See Also