←Select platform

ParseECIData Method

Summary

Parse barcode ECI data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static string ParseECIData( 
   byte[] data 
) 
Public Shared Function ParseECIData( _ 
   ByVal data() As Byte _ 
) As String 
public static string ParseECIData(  
   byte[] data 
) 
+ (nullable NSString *)parseECIData:(NSData *)data error:(NSError **)error 
public static string parseECIData(byte[] data) 
 function Leadtools.Barcode.BarcodeData.ParseECIData(  
   data  
) 
public: 
static String^ ParseECIData(  
   array<byte>^ data 
)  

Parameters

data
An array of Byte that specifies the barcode data.

Return Value

The parsed string ECI data, or null if the input data is not ECI.

Example

For an example, refer to QRBarcodeData.

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