NumberFormatter Properties TIBCO Spotfire 7.6 API Reference

The NumberFormatter type exposes the following members.

Properties

  Name Description
Public property Category
Gets or sets the NumberFormatCategory.
Public property CultureInfo
Gets or sets a CultureInfo object that defines the default formatting.
(Overrides DataFormatterBaseCultureInfo.)
Public property CurrencyCulture
Gets or sets a culture that defines the currency formatting. The following properties are used: CurrencySymbol and CurrencyPositivePattern.
Public property DecimalDigits
Gets or sets the number of decimal digits. If not explicitly set, a default value is returned according to the current Category: General: -1 (not applicable)Number: CultureInfo.NumberFormat.NumberDecimalDigitsCurrency: CultureInfo.NumberFormat.CurrencyDecimalDigitsPercentage: CultureInfo.NumberFormat.PercentDecimalDigitsScientific: 6 Custom: -1 (not applicable)
Public property DecimalDigitsMode
Gets or sets a value indicating how decimal digits should be handled. DecimalDigitsMode.
Public property EmptyString
Gets or sets the string used to indicate empty values. (FormatInvalid(String)).
(Inherited from DataFormatterBase.)
Public property ExactParse
Gets or sets a value indicating whether the format of the string representation must match the specified format exactly or not. Default is false.
(Inherited from DataFormatterBase.)
Protected property FormatInfo
Gets the number formatting according to the current configuration of the DecimalDigits, GroupSeparatorEnabled, NegativePattern and CurrencyCulture properties.
Public property FormatString
Gets or sets a format string that defines how values are formatted.
Public property GroupSeparatorEnabled
Gets or sets a value indicating whether the group separator is enabled or not.
Public property IsLocalized
Gets a value indicating whether this formatter is localized and always uses CultureInfo derived from the current running thread or not.
(Inherited from DataFormatterBase.)
Public property IsReadOnly
Gets a value indicating whether the formatter is read-only or not.
(Inherited from DataFormatterBase.)
Public property NegativePattern
Gets or sets the NumberFormatNegativePattern.
Public property NumberStyles
Gets or sets a NumberStyles object that defines how string representations are parsed.
Public property ShortFormattingEnabled
Gets or sets a value indicating whether or not short number formatting should be used.
Public property ShortFormattingSymbolScheme
Gets or sets the symbol scheme to use for short number formatting.
Top
See Also

Reference