Table of Contents

Method BadChars

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

BadChars(params char[])

Sets all the characters from the specified array as invalid for the input.

ICharValidator BadChars(params char[] ch)

Parameters

ch char[]

Array of characters to change state for.

Returns

ICharValidator

Returns this object instance for use in the call sequences.

BadChars(string?)

Sets all string characters as invalid for the input.

ICharValidator BadChars(string? s)

Parameters

s string

Lists characters to change state for.

Returns

ICharValidator

Returns this object instance for use in the call sequences.