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 name of the culture that defines the default formatting.
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 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.
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.
Formatter for Spotfire.Dxp.Data.DataType.TimeSpan values.
Since
2.0