Table of Contents

Method AllCharsValid

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

AllCharsValid(bool)

Sets all possible characters as valid or invalid for the input.

public override ICharValidator AllCharsValid(bool valid = true)

Parameters

valid bool

Whether chars are valid or invalid for the input.

Returns

ICharValidator

Returns this object instance for use in the call sequences.