The following tables list the members exposed by Blob.
| Name | Description | |
|---|---|---|
| Blob Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| Length | Returns the length of the data in the Blob. | |
| Value | Specifies the byte array managed by the Blob. |
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. | |
| FromStream | Creates a Blob from a stream. | |
| ToMemoryStream | Converts the content of the Blob to a memory stream. Null is returned if the Blob is empty. | |
| ToString | Overridden. Converts the content of the Blob as string. |
| Name | Description | |
|---|---|---|
| ValueChanged | Event fired after the value of the Blob is changed. | |
| ValueChanging | Event fired before the value of the Blob is changed. |