Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets or sets the Spotfire.Dxp.Data.Formatters.NumberFormatCategory.
Gets or sets the name of the culture that defines the default formatting.
Gets or sets the name of the culture that defines the currency formatting.
Gets or sets the number of decimal digits.
If not explicitly set, a default value is returned according to
the current Spotfire.Dxp.Data.Formatters.NumberFormatter.Category:
Gets or sets a value indicating how decimal digits should be handled. Spotfire.Dxp.Data.Formatters.NumberFormatter.DecimalDigitsMode.
Gets or sets the string used to indicate empty values. (FormatInvalid(error)).
Gets or sets a value indicating whether the format of the string representation must match the specified format exactly or not. Default is false.
Gets or sets a format string that defines how values are formatted.
Gets or sets a value indicating whether the group separator is enabled or not.
Gets a value indicating whether this formatter is localized and always uses CultureInfo derived from the current running thread or not.
Gets a value indicating whether the formatter is read-only or not.
Gets or sets the Spotfire.Dxp.Data.Formatters.NumberFormatNegativePattern.
Gets or sets a NumberStyles object that defines how string representations are parsed.
Gets or sets a value indicating whether or not short number formatting should be used.
Gets or sets the symbol scheme to use for short number formatting.
Gets or sets a value indicating whether or not engineering notation should be used, which rounds the exponent in scientific formatting to a multiple of 3. The default value is false.
Formats an invalid value. If error is not null, the return value includes the "(error)" string, otherwise Spotfire.Dxp.Data.Formatters.DataFormatterBase.EmptyString is returned.
An error string. Optional (may be null).
A string value.
Override this method to convert a string value to an object.
A string value to convert.
An object.
Static
AsReturns the given formatter if already read-only, otherwise a read-only copy.
A formatter.
A read-only formatter.
Abstract base class for number formatters.
Since
2.0