Click or drag to resize

Base64StreamHelper Class

Helper for convert large streamed data from and to base64 string.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.CacheBase64StreamHelper

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public static class Base64StreamHelper

The Base64StreamHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromBase64String
Decode Base64 encoded data to binary stream.
Public methodStatic memberToBase64String
Convert binary data from stream to base64 encoded string.
Top
See Also