Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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 format string that defines how values are formatted.
The FormatString is automatically updated whenever a property is changed. Setting the FormatString explicitly will change the Spotfire.Dxp.Data.Formatters.NumberFormatter.Category to Custom.
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 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.
This property only applies when Spotfire.Dxp.Data.Formatters.NumberFormatter.Category is set to Spotfire.Dxp.Data.Formatters.NumberFormatCategory.Scientific.
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.
Converts a string representation to an object. A return value indicates whether the conversion succeeded or failed.
true if str was converted successfully; otherwise, false.
StaticAsReturns 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