QRCodeValueIsValidGS1 Method ByteScout QR Code SDK
Validates the value against GS1 rules.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-master
Syntax

public bool ValueIsValidGS1(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: Boolean
true if value is valid GS1; otherwise, false.
See Also

Reference