StringLengthAttribute.IsValid(Object) Method

Definition

Determines whether a specified object is valid.

public:
 override bool IsValid(System::Object ^ value);
public override bool IsValid (object value);
public override bool IsValid (object? value);
override this.IsValid : obj -> bool
Public Overrides Function IsValid (value As Object) As Boolean

Parameters

value
Object

The object to validate.

Returns

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

Exceptions

maximumLength is negative.

-or-

maximumLength is less than MinimumLength.

The current attribute is ill-formed.

Remarks

This method determines whether an object is valid. If the value of the object is null, the method automatically validates object.

Applies to