ITextValidator Interface

GeonBit.UI

ITextValidator Interface
A class that validates text input to make sure its valid. These classes can be added to any TextInput to limit the type of input the user can enter.

Namespace:  GeonBit.UI.Entities.TextValidators
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface ITextValidator

The ITextValidator type exposes the following members.

Methods
  NameDescription
Public methodValidateText
Get the new text input value and return true if valid. This function can either return false to scrap input changes, or change the text and return true.
Top
See Also