MaskedTextProvider::IsValidInputChar Method (Char)

 

Determines whether the specified character is a valid input character.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
static bool IsValidInputChar(
	wchar_t c
)

Parameters

c
Type: System::Char

The Char value to test.

Return Value

Type: System::Boolean

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.

.NET Framework
Available since 2.0
Return to top
Show: