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.

ICharValidator ValidChar(char ch, bool valid = true)

Parameters

ch char

Character to change state for.

valid bool

Whether char is valid or invalid for the input.

Returns

ICharValidator

Returns this object instance for use in the call sequences.