Table of Contents

Method ValidRange

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

ValidRange(char, char, bool)

Sets all the characters in the range between minCh and maxCh as valid or invalid for the input.

ICharValidator ValidRange(char minCh, char maxCh, bool valid = true)

Parameters

minCh char

Minimal character to change state for.

maxCh char

Maximal 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.