[]
Performs validation checks on a value.
public override EditorValidationFailedReason Validate(object value)
Type | Name | Description |
---|---|---|
object | value | The value to check. |
Type | Description |
---|---|
EditorValidationFailedReason | None if the value is valid; otherwise, StringLength. |