Table of Contents

Method IsValid

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

IsValid(char)

Checks whether the specified char and it's category are valid for the input.

bool IsValid(char ch)

Parameters

ch char

Character to check.

Returns

bool

true if char and it's category are valid for the input; false otherwise.