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
IsAlphanumeric(KeyCode)
public static bool IsAlphanumeric(KeyCode keyCode)
Parameters
keyCode
KeyCode
Returns
IsDigit(KeyCode)
public static bool IsDigit(KeyCode keyCode)
Parameters
keyCode
KeyCode
Returns
StrToKeyCode(string)
public static KeyCode StrToKeyCode(string str)
Parameters
str
string
Returns
- KeyCode