Initializes a new instance of the SimolFormatAttribute class.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public NumberFormatAttribute(
	byte wholeDigits,
	byte decimalDigits,
	bool applyOffset
)
Visual Basic
Public Sub New ( _
	wholeDigits As Byte, _
	decimalDigits As Byte, _
	applyOffset As Boolean _
)
Visual C++
public:
NumberFormatAttribute(
	unsigned char wholeDigits, 
	unsigned char decimalDigits, 
	bool applyOffset
)

Parameters

wholeDigits
Type: System..::..Byte
The number of whole digits.
decimalDigits
Type: System..::..Byte
The number of decimal digits.
applyOffset
Type: System..::..Boolean
if set to true apply a negative number offset when formatting the property value.

See Also