Gets the ASCII equivalent of the character just pressed
Some keys such as f1 do not have ascii equivalents. These keys will return null as the KeyChar value. The Ascii Character takes into account the use of the shift key and ignores the control and alt keys.
C# Eg., if ('a' == e.KeyChar) {}