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