Imports the contents of a byte array into the Blob.
None
object.FromArray DataArray()
The FromArray Method syntax has these parts:
FromArray reads the contents of DataArray and imports it into the memory Blob. This is useful when the array contains binary data.
DataArray argument is a Byte array - Byte() in VB, or SAFEARRAY FAR* (VT_UI1) in C++
Your browser does not support iframes.