NumberLengthValidateAttribute Constructor

Initializes a new instance of the NumberLengthValidateAttribute class.

Namespace:  ABSuite.AccessLayer.Connector.Core.Utility
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public NumberLengthValidateAttribute(
	int lenght,
	int decimalsLength
)

Parameters

lenght
Type: SystemInt32
The lenght.
decimalsLength
Type: SystemInt32
Length of the decimals.
See Also

Reference