SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  C++ 


TElArrayConverter.VariantArrayToByteArray

TElArrayConverter     See also    


 

Converts array of variant into array of byte.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Function IElArrayConverterX.VariantArrayToByteArray(InArray As Variant) As Variant

[ActiveX]
    HRESULT _stdcall IElArrayConverterX.VariantArrayToByteArray([in] VARIANT InArray, [out, retval] VARIANT * OutArray );

[C++]
    not implemented;

   

Parameters

  • InArray - array to be converted
   

Return value

    Converted version of array.

   

Description

    Use this property to convert array of variant into array of byte.

   

See also:     ByteArrayToString     ByteArrayToVariantArray     StringToByteArray     VariantArrayMoveBlock     VariantArrayRedim    

 
Back to top