Link Search Menu Expand Document

IBarcodeValueIsValid Method (String)

Validates the value using current symbology rules.

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

Parameters

value
Type: SystemString
The value.

Return Value

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

Reference