In This Article

Code39ExtendedValidationRule Class

A validation rule that determines whether a value is valid for the Code 39 Extended symbology.

public class Code39ExtendedValidationRule : ValidationRule
Inheritance:
System.Object System.Windows.Controls.ValidationRule Object

Constructors

Code39ExtendedValidationRule()

public Code39ExtendedValidationRule()

Methods

Validate(Object, CultureInfo)

Performs validation checks on a value.

public override ValidationResult Validate(object value, CultureInfo cultureInfo)
Parameter Type Description
value System.Object

The value from the binding target to check.

cultureInfo System.Globalization.CultureInfo

The culture to use in this rule.

Returns

System.Windows.Controls.ValidationResult:

A System.Windows.Controls.ValidationResult that specifies the result.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()