Table of Contents

Method IsValidCategory

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

IsValidCategory(char)

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

public bool IsValidCategory(char ch)

Parameters

ch char

Character which is used to get the category.

Returns

bool

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

IsValidCategory(UnicodeCategory)

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

public abstract bool IsValidCategory(UnicodeCategory cat)

Parameters

cat UnicodeCategory

Category to check.

Returns

bool

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