Click or drag to resize

StringLengthAttribute(Int32, Int32) Constructor

Initializes a new instance of the StringLengthAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public StringLengthAttribute(
	int minLen,
	int maxLen
)

Parameters

minLen  Int32
The minimum allowed length.
maxLen  Int32
The maximum allowed length.
See Also