Back to product pageStreamBlob 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. |
| 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 in integer format. |