Method IsValidInputChar
IsValidInputChar(char)
Gets whether the specified character is valid for the input. This function allows to ignore unwanted characters in the input.
public virtual bool IsValidInputChar(char ch)
Parameters
ch
charCharacter to check.