BooleanFormatter Methods

Spotfire 14.3 API Reference

The BooleanFormatter type exposes the following members.

Methods

  NameDescription
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 DataFormatterBaseEquals(Object).)
Public methodFormat
Converts an object to a string value; no actual conversion is performed.
(Overrides DataFormatterBaseFormat(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 DataFormatterBaseGetHashCode.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides DataFormatterBaseGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodParse
Convert the string to a boolean repesentation.
(Overrides DataFormatterBaseParse(String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryParse
Converts a string representation to a Boolean value. A return value indicates whether the conversion succeeded or failed.
(Overrides DataFormatterBaseTryParse(String, Object).)
Top
See Also

Reference