Table of Contents

Method ValidCategory

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

ValidCategory(UnicodeCategory, bool)

Sets the specified character category as valid or invalid for the input.

ICharValidator ValidCategory(UnicodeCategory cat, bool valid = true)

Parameters

cat UnicodeCategory

Char category.

valid bool

Whether char category is valid or invalid for the input.

Returns

ICharValidator

Returns this object instance for use in the call sequences.