Table of Contents

Method IsValidInputChar

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

IsValidInputChar(char)

Gets whether the specified character is valid for the input. This function allows to ignore unwanted characters in the input.

public virtual bool IsValidInputChar(char ch)

Parameters

ch char

Character to check.

Returns

bool