Table of Contents

Method IsValidCategory

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

IsValidCategory(UnicodeCategory)

Checks whether the specified char category is valid for the input.

public override bool IsValidCategory(UnicodeCategory cat)

Parameters

cat UnicodeCategory

Category to check.

Returns

bool

true if category is valid for the input; false otherwise.