Spotfire.Dxp.Data.Formatters Namespace

Spotfire 14.2 API Reference
The Spotfire.Dxp.Data.Expressions namespace contains classes for formatting values.
Classes

  ClassDescription
Public classBooleanFormatter
Formatter for boolean values.
Public classDataFormatterBase
Abstract base class for formatters. Handles read-only state, cloning and formatting of invalid values.
Public classDateTimeFormatter
Formatter for Date, Time, or DateTime values.
Public classNumberFormatter
Abstract base class for number formatters.
Public classShortFormattingSymbol
Represents a symbol to substitute a power of 10, used when formatting with short number format.
Public classShortFormattingSymbolScheme
Represents a named list of ShortFormattingSymbol objects, used when formatting with short number format.
Public classStringFormatter
Formatter for string values.
Public classTimeSpanFormatter
Formatter for TimeSpan values.
Interfaces

  InterfaceDescription
Public interfaceIDataFormatter
Converts an object to and from a string representation.
Enumerations

  EnumerationDescription
Public enumerationDecimalDigitsMode
Defines how decimal digits should be handled by a NumberFormatter.
Public enumerationNumberFormatCategory
Defines the different number format categories supported by NumberFormatter.
Public enumerationNumberFormatNegativePattern
Defines how negative values are formatted.