BarcodeControlValueIsValid Method (String)ByteScout Barcode SDK
Validates the value using current symbology rules.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax

public bool ValueIsValid(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

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

Implements

IBarcodeValueIsValid(String)
See Also

Reference