Table of Contents

Method IsDigit

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

IsDigit(Key)

Gets whether the specified key is digit.

public static bool IsDigit(Key key)

Parameters

key Key

Key to test.

Returns

bool

Remarks

There is also IsNumPadDigit(Key).