Click or drag to resize

IntegerValueInputControllerIIntegerValidator Interface

Provides an interface to a validator that validates the user input.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IIntegerValidator

The IntegerValueInputControllerIIntegerValidator type exposes the following members.

Methods
 NameDescription
Public methodValidate Validates if the user input number i is valid user input.
Top
See Also