Back to product page

FileBlob Methods



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

Platforms

Windows