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