Click or drag to resize

StringLengthAttribute(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 len
)

Parameters

len  Int32
The exact length.
See Also