A validation rule that determines whether a value is valid for the Code 39
symbology.
- Inheritance:
-
object
Validation
Rule object
Constructors
Code39ValidationRule()
Initializes an instance of the class.
Methods
Validate(object, CultureInfo)
Performs validation checks on a value.
Parameter | Type | Description |
---|---|---|
value | object | The value from the binding target to check. |
cultureInfo | Culture |
The culture to use in this rule. |
Returns
- Validation
Result : A Validation
Result that specifies the result.