GetBinaryData The GetBinaryData method returns Binary data as BYTE array.
| VARIANT GetBinaryData( | ||
| BSTR Name | // The name of the variable | |
| ); | ||
Parameters
Name [in] This is the name of the variable whose value should be obtained.
Return values
The GetBinaryData method returns the value of Binary type variable (passed as parameter to this method) as BYTE array. In case the specified variable doesn't exist, this method will return the empty value.
Remark:
This method is designed to be used in Microsoft Visual Basic.
See also
SetBinaryData method, GetBinaryDataVariant method, GetValue method, SetValue method