SecureBlackbox

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

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


TElArrayConverter.ByteArrayToString

TElArrayConverter     See also    


 

Converts array of byte to string.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Function IElArrayConverterX.ByteArrayToString(InArray As Variant) As String

[ActiveX]
    HRESULT _stdcall IElArrayConverterX.ByteArrayToString([in] VARIANT InArray, [out, retval] BSTR * Result );

[C++]
    not implemented;

   

Parameters

  • InArray - array to be converted
   

Return value

    Converted version of array

   

Description

    Use this method to convert array of byte into string.

     
Back to top