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
)
data
An array of Byte that specifies the barcode data.
The parsed string ECI data, or null if the input data is not ECI.
For an example, refer to QRBarcodeData.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document