Table of Contents

Method ValidChar

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ValidChar(char, bool)

Sets the specified character as valid or invalid for the input.

public override ICharValidator ValidChar(char ch, bool isValid = true)

Parameters

ch char

Character to change state for.

isValid bool

Returns

ICharValidator

Returns this object instance for use in the call sequences.