Link Search Menu Expand Document

QRCodeValueIsValidGS1 Method

Validates the value against GS1 rules.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-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