BOOL IsCharAlphaNumeric(cChar)
This function determines whether a character is an alphabetical or numerical character. This determination is made by the language driver based on the criteria of the current language selected by the user at setup or with the Control Panel.
Parameter | Type/Description |
cChar | char Specifies the character to be tested. |
The return value is TRUE if the character is an alphanumeric character. Otherwise, it is FALSE.