MinLengthAttribute.IsValid Method (Object)

.NET Framework (current version)
 

Determines whether a specified object is valid.

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

Public Overrides Function IsValid (
	value As Object
) As Boolean

Parameters

value
Type: System.Object

The object to validate.

Return Value

Type: System.Boolean

true if the specified object is valid; otherwise, false.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: