ContentColumnSettings_NumericNumberFormatTypes Enumeration |
Obsolete. Use Packflow.Core.PFFieldNumeric_Decimals instead.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic enum NumberFormatTypes
Members
| Member name | Value | Description |
---|
| Automatic | -1 |
Automatic.
|
| NoDecimal | 0 |
No decimal.
|
| OneDecimal | 1 |
One decimal.
|
| TwoDecimals | 2 |
Two decimals.
|
| ThreeDecimals | 3 |
Three decimals.
|
| FourDecimals | 4 |
Four decimals.
|
| FiveDecimals | 5 |
Five decimals.
|
See Also