Back to product page

StreamBlob 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.
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 in integer format.

Platforms

Windows