- Contents
SOAP Notifier COM API Developer's Guide
ISOAPBase64 Interface
Overview
Derived From: |
|
Interface ID: |
{9DEB5514-1FCE-4708-94D9-F3918CB0F868} |
Class ID: |
{DF98E2DC-B3AD-47E2-AECB-FC52A5EEA826} |
Prog ID: |
ININ.SOAPBase64 |
The ISOAPBase64 interface provides stateless methods that convert binary data to and from Base64 encoded strings. Base64 is an encoding system (defined by RFC 2045) that formats binary information for transmission through network connections.
Methods
Decodes the base64 encoded data and returns it as a SAFEARRAY of bytes. |
|
Decodes base64 encoded data and writes it to a file. Existing output files can be appended or overwritten. |
|
Decodes Base64 encoded data and writes it into the supplied IStream or ISequentialStream. |
|
Decodes Base64 encoded data into a string. |
|
Encodes the supplied data into a string that is Base64 encoded. |
|
Encodes the binary content of a file to create a Base64 encoded string. |
Properties
None.