DefaultValidator::Validate Method (Object^)

 

Determines whether the value of an object is valid.

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

public:
virtual void Validate(
	Object^ value
) override

Parameters

value
Type: System::Object^

The object value.

The Validate method validates any object with a value.

.NET Framework
Available since 2.0
Return to top
Show: