StringFormatter Methods TIBCO Spotfire 6.0 API Reference
The StringFormatter type exposes the following members.
Methods

  NameDescription
Protected methodCheckReadOnly
Throws InvalidOperationException if the formatter is read-only. Do this check before setting a property.
(Inherited from DataFormatterBase.)
Public methodClone
Returns a writable copy of this formatter.
(Inherited from DataFormatterBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides DataFormatterBase Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Converts an object to a string value; no actual conversion is performed. By default the string is truncated to 65535 characters (Truncate).
(Overrides DataFormatterBase Format(Object).)
Public methodFormatInvalid
Formats an invalid value. If error is not null, the return value includes the "(error)" string, otherwise EmptyString is returned.
(Inherited from DataFormatterBase.)
Public methodGetHashCode
Gets a hash code for the current Object.
(Overrides DataFormatterBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Returns the string value; no actual conversion is performed.
(Overrides DataFormatterBase Parse(String).)
Public methodTryParse
Converts a string representation to an object. A return value indicates whether the conversion succeeded or failed.
(Inherited from DataFormatterBase.)
Back to Top
See Also