Module Name |
Text::char2num |
Module Type |
static method |
Return Type |
int |
Input Parameters |
int |
Output Parameters |
|
Exceptions |
|
Modules Called |
|
Calling Modules |
|
Narrative |
The method checks if the character specified by the ASCII value of the input parameter is in the English Alphabet. If the character is in the Alphabet the method returns the position of the character in the alphabet. The method returns 0 otherwise |