The Spotfire.Dxp.Data.Expressions namespace contains classes for formatting values.
Classes
| Class | Description | |
|---|---|---|
| BooleanFormatter |
Formatter for boolean values.
| |
| DataFormatterBase |
Abstract base class for formatters. Handles read-only state, cloning
and formatting of invalid values.
| |
| DateTimeFormatter | ||
| NumberFormatter |
Abstract base class for number formatters.
| |
| ShortFormattingSymbol | Represents a symbol to substitute a power of 10,
used when formatting with short number format.
| |
| ShortFormattingSymbolScheme | Represents a named list of ShortFormattingSymbol objects,
used when formatting with short number format.
| |
| StringFormatter |
Formatter for string values.
| |
| TimeSpanFormatter |
Formatter for TimeSpan values.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IDataFormatter |
Converts an object to and from a string representation.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| DecimalDigitsMode | Defines how decimal digits should be handled by a NumberFormatter.
| |
| NumberFormatCategory |
Defines the different number format categories supported by
NumberFormatter.
| |
| NumberFormatNegativePattern |
Defines how negative values are formatted.
|