BarcodeControlValueIsValidGS1 Method ByteScout Barcode SDK
Validates the GS1 value using GS1 rules.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.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