←Select platform

ParseECIData Method

Summary

Parse barcode ECI data.

Syntax
C#
VB
Objective-C
C++
Java
public static string ParseECIData( 
   byte[] data 
) 
Public Shared Function ParseECIData( _ 
   ByVal data() As Byte _ 
) As String 
+ (nullable NSString *)parseECIData:(NSData *)data error:(NSError **)error 
public static string parseECIData(byte[] 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly