Table of Contents

Method IsValidChar

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

IsValidChar(char)

Checks whether the specified char is valid for the input. This method doesn't perform checks on char category, use IsValid(char) to check both char and it's category.

public override bool IsValidChar(char ch)

Parameters

ch char

Character to check.

Returns

bool

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