Module Name |
Text::num2char |
Module Type |
static method |
Return Type |
int |
Input Parameters |
int |
Output Parameters |
|
Exceptions |
|
Modules Called |
|
Calling Modules |
|
Narrative |
The method takes as its input parameter the alphabeitc position of a character and returns the ASCII value of the corresponding character. Null is returned if position is 0. |