Returns content of the Blob in a byte array.
An array of Byte values.
object.ToArray
The ToArray Method syntax has these parts:
The ToArray method will create a new byte array (SAFEARRAY FAR * VT_UI1 for VC users) that contains the data stored in the Blob.
Your browser does not support iframes.