Click or drag to resize

TextValueInputControllerIStringValidator Interface

Provides an interface to a validator to validates the user input

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

The TextValueInputControllerIStringValidator type exposes the following members.

Methods
 NameDescription
Public methodValidate Validates if the user input in txt is valid user input.
Top
See Also