NumberFormatCategory Enumeration

Spotfire 14.2 API Reference
Defines the different number format categories supported by NumberFormatter.

Namespace:  Spotfire.Dxp.Data.Formatters
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[PersistenceVersionAttribute(2, 0)]
public enum NumberFormatCategory
Members

  Member nameValueDescription
General0 A general and non-configurable format, with variable number of decimals and no group separator. The number is converted to the most compact of either fixed-point or scientific notation.
Number1 A Configurable number format, which may be configured using DecimalDigits, NegativePattern and GroupSeparatorEnabled.
Currency2 A currency number format, which may be configured using CurrencyCulture, DecimalDigits, NegativePattern and GroupSeparatorEnabled.
Percentage3 A percentage number format. which may be configured using DecimalDigits, NegativePattern and GroupSeparatorEnabled.
Scientific4 A scientific number format, which may be configured using DecimalDigits.
Custom5 A custom number format.
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference