public enum ENNumericValueFormat : System.Enum
public enum ENNumericValueFormat : System.Enum
Member | Description |
---|---|
AlphaLower | The value is formatted with lower alpha numbers |
AlphaUpper | The value is formatted with upper alpha numbers |
Arabic | The value is formatted as arabic number |
ArabicDash | The value is formatted as arabic number with dash |
CardinalText | The value is formatted as cardinal text |
Currency | The value is formatted with the default locale currency format |
DollarText | The value is formatted as dollar text |
General | The value is formatted with the default locale settings |
LimitedPrecision2 | The value is formatted using limited precision with up to two decimal places |
LimitedPrecision3 | The value is formatted using limited precision with up to three decimal places |
LimitedPrecision6 | The value is formatted using limited precision with up to six decimal places |
Ordinal | The value is formatted as ordinal |
OrdText | The value is formatted as oridinal text |
Percentage | The value is formatted as a percentage |
RomanLower | The value is formatted with lower roman numbers |
RomanUpper | The value is formatted with upper roman numbers |
Scientific | The value is formatted with the default locale scientific format |
System.Object
System.ValueType
System.Enum
Nevron.Nov.ENNumericValueFormat
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)