SecureBlackbox

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

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


TElArrayConverter.StringToByteArray

TElArrayConverter     See also    


 

Converts string into array of byte.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Function IElArrayConverterX.StringToByteArray(Value As String) As Variant

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

[C++]
    not implemented;

   

Return value

    Converted version of array.

   

Description

    Use this property to convert string into array of byte.

     
Back to top