DataFormatterBase Properties TIBCO Spotfire 6.0 API Reference
The DataFormatterBase type exposes the following members.
Properties

  NameDescription
Public propertyCultureInfo
Gets or sets a CultureInfo object that defines the default formatting.
Public propertyEmptyString
Gets or sets the string used to indicate empty values. (FormatInvalid(String)).
Public propertyExactParse
Gets or sets a value indicating whether the format of the string representation must match the specified format exactly or not. Default is false.
Public propertyIsLocalized
Gets a value indicating whether this formatter is localized and always uses CultureInfo derived from the current running thread or not.
Public propertyIsReadOnly
Gets a value indicating whether the formatter is read-only or not.
Back to Top
See Also