Back to product page
MemBlob Methods
FromArray | Imports the contents of a byte array into the Blob. |
FromBase64 | Imports base64 encoded data into the Blob. |
FromFile | Imports contents into the Blob from a file. |
FromHex | Imports hex encoded data into the Blob. |
FromStream | Imports contents into the blob from the IStream. |
ToArray | Returns content of the Blob in a byte array. |
ToBase64 | Returns content of the Blob base64 encoded. |
ToFile | Dumps the contents of the Blob into a file. |
ToHex | Returns content of the blob hex encoded. |
ToInt | Returns content of the blob as long integer value. |
ToStream | Dumps contents of the blob to an IStream. |