Back to product page

MemBlob Methods



FromArrayImports the contents of a byte array into the Blob.
FromBase64Imports base64 encoded data into the Blob.
FromFileImports contents into the Blob from a file.
FromHexImports hex encoded data into the Blob.
FromStreamImports contents into the blob from the IStream.
ToArrayReturns content of the Blob in a byte array.
ToBase64Returns content of the Blob base64 encoded.
ToFileDumps the contents of the Blob into a file.
ToHexReturns content of the blob hex encoded.
ToIntReturns content of the blob as long integer value.
ToStreamDumps contents of the blob to an IStream.

Platforms

Windows