You are here: Start » AVL.NET » AVL.DecodeQRCode(AvlNet.Matrix, string)

AVL.DecodeQRCode(AvlNet.Matrix, string)

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


public static void DecodeQRCode(
	AvlNet.Matrix inBinaryMatrix,
	out string outDecodedText
)

Parameters

inBinaryMatrix
Type: AvlNet.Matrix
Square matrix of zero (black) and nonzero (white) values
outDecodedText
Type: System.String
Decoded text, if matrix represents valid code

See also