Link Search Menu Expand Document

BarcodeValueIsValidGS1 Method

Validates the GS1 value using GS1 rules.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public bool ValueIsValidGS1(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: Boolean
True if value is valid (can be encoded); otherwise, false.

Implements

IBarcodeValueIsValidGS1(String)
See Also

Reference