You are here: Start » AVL.NET » AVL.DecodeQRCode
Translates a matrix of 0 or 1 values to a text in accordance to how QR codes are encoded.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void DecodeQRCode ( AvlNet.Matrix inBinaryMatrix, INullable<string> outDecodedText )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBinaryMatrix | AvlNet.Matrix | Square matrix of zero (black) and nonzero (white) values. | ||
![]() | outDecodedText | AvlNet.INullable<string> | Decoded text, if matrix represents valid code. |


