BOOL IsCharLower(cChar)
This function determines whether a character is a lowercase 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 lowercase. Otherwise, it is FALSE.