←Select platform

ConvertFromStringArray Method

Summary

Converts an array of strings to an array of bytes.

Syntax

C#
VB
C++
public static byte[] ConvertFromStringArray(  
   string[] data 
) 
Public Shared Function ConvertFromStringArray( _ 
   ByVal data() As String _ 
) As Byte() 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly