Table of Contents

Class KeyCodeFunctions

Namespace
PAC
public static class KeyCodeFunctions
Inheritance
KeyCodeFunctions
Inherited Members

Methods

IsAlpha(KeyCode)

public static bool IsAlpha(KeyCode keyCode)

Parameters

keyCode KeyCode

Returns

bool

IsAlphanumeric(KeyCode)

public static bool IsAlphanumeric(KeyCode keyCode)

Parameters

keyCode KeyCode

Returns

bool

IsDigit(KeyCode)

public static bool IsDigit(KeyCode keyCode)

Parameters

keyCode KeyCode

Returns

bool

StrToKeyCode(string)

public static KeyCode StrToKeyCode(string str)

Parameters

str string

Returns

KeyCode