public struct Blob : ValueType
Blob
Data
Pointer to a byte array which stores the data.
public IntPtr Data
Length
Number of bytes stored in the blob.
public Int32 Length
Blob()
Blob
public void Blob()
GetData()
Returns the data stored in the Blob.
public Byte[] GetData()
Returns
The data stored in the Blob
GetString(Encoding encoding)
Converts the data stored in the Blob based on an encoding to a string and returns the string.