Determines whether the specified character is a valid input character.
c The char value to test.
true if the specified character contains a valid input value; otherwise false.
Valid input characters include all printable characters, which include letters, digits, punctuation, symbols and the space character.