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.

public override ICharValidator ValidCategory(UnicodeCategory cat, bool isValid = true)

Parameters

cat UnicodeCategory

Char category.

isValid bool

Returns

ICharValidator

Returns this object instance for use in the call sequences.