Table of Contents

Method BadRange

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

BadRange(char, char)

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

ICharValidator BadRange(char minCh, char maxCh)

Parameters

minCh char

Minimal character to change state for.

maxCh char

Maximal character to change state for.

Returns

ICharValidator

Returns this object instance for use in the call sequences.