Leadtools.Barcode Requires Barcode add-on license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.12
ConvertFromStringArray Method
See Also 
Leadtools.Barcode Namespace > BarcodeData Class : ConvertFromStringArray Method




data
Array of strings to be converted
Converts an array of strings to an array of bytes.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConvertFromStringArray( _
   ByVal data() As String _
) As Byte()
Visual Basic (Usage)Copy Code
Dim data() As String
Dim value() As Byte
 
value = BarcodeData.ConvertFromStringArray(data)
C# 
public static byte[] ConvertFromStringArray( 
   string[] data
)
Managed Extensions for C++ 
public: static byte[] ConvertFromStringArray( 
   string*[] data
) 
C++/CLI 
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.

Example

For an example, refer to Leadtools.Barcode.BarcodeEngine.Read example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features