Converts string into array of byte.
[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.