toAscii()

Converts c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits. toAscii(thisChar)
thisChar: variable. Allowed data types: char. The value returned is that of the converted character.