Click or drag to resize

StringLengthAttribute(Int32, Boolean, Char) Constructor

Initializes a new instance of the StringLengthAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public StringLengthAttribute(
	int len,
	bool padLeft,
	char padChar
)

Parameters

len  Int32
The exact length.
padLeft  Boolean
Whether to apply the pad char to the left or to the right.
padChar  Char
The pad char to apply up to the max length.
See Also