DataFormatterBase Methods

Spotfire 14.3 API Reference

The DataFormatterBase type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAsReadOnly
Returns the given formatter if already read-only, otherwise a read-only copy.
Protected methodCheckReadOnly
Throws InvalidOperationException if the formatter is read-only. Do this check before setting a property.
Public methodClone
Returns a writable copy of this formatter.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(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
Override this method to convert an object to a string value.
Public methodFormatInvalid
Formats an invalid value. If error is not null, the return value includes the "(error)" string, otherwise EmptyString is returned.
Public methodGetHashCode
Gets a hash code for the current Object.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
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
Override this method to convert a string value to an object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryParse
Converts a string representation to an object. A return value indicates whether the conversion succeeded or failed.
Top
See Also

Reference