Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ConvertFromStringArray Method








Array of strings to be converted
Converts an array of strings to an array of bytes.
Syntax
public static byte[] ConvertFromStringArray( 
   string[] data
)
'Declaration
 
Public Shared Function ConvertFromStringArray( _
   ByVal data() As String _
) As Byte()
'Usage
 
Dim data() As String
Dim value() As Byte
 
value = BarcodeData.ConvertFromStringArray(data)
public static byte[] ConvertFromStringArray( 
   string[] data
)
 function Leadtools.Barcode.Deprecated.BarcodeData.ConvertFromStringArray( 
   data 
)
public:
static array<byte>^ ConvertFromStringArray( 
   array<String^>^ data
) 

Parameters

data
Array of strings to be converted

Return Value

Array of bytes contains the converted array of strings.
Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features