SbdfValueType Methods

Spotfire 14.3 API Reference

The SbdfValueType type exposes the following members.

Methods

  NameDescription
Public methodConvertValue
Potentially convert the value specified into this type.
Public methodStatic memberConvertValueTypeToBinary
Converts a SbdfValueType instance to a byte array.
Public methodEquals
Determines if two SbdfValueType objects are equal.
(Overrides ObjectEquals(Object).)
Public methodErrorValue
Returns an object representing an error value.
Public methodStatic memberFromBinary
Converts a byte array to a SbdfValueType instance.
Public methodStatic memberFromRuntimeType
Constructs a SbdfValueType from a Type.
Public methodGetErrorString
Gets the error string from the error value held in value.
Public methodGetHashCode
Calculates the hash code of this instance.
(Overrides ObjectGetHashCode.)
Public methodGetReplacedValue
Gets the inner replaced value held in value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetValueTypeFromId
Gets a value type instance for a given type identifier.
Public methodStatic memberIsArrayTypeId
Gets a value indicating whether a given type identifier corresponds to an array type.
Public methodIsErrorValue
Determines if value is an error value.
Public methodIsInvalidValue
Determines if value is an invalid value.
Public methodIsReplacedValue
Determines if value is a replaced value.
Public methodStatic memberIsSimpleTypeId
Gets a value indicating whether a given type identifier corresponds to a simple type.
Public methodStatic memberRead
Reads a SbdfValueType from the binary reader.
Public methodReplacedValue
Returns an object representing a replaced null value.
Public methodToString
Returns a string representation of this instance.
(Overrides ObjectToString.)
Public methodWrite
Writes the contents of this instance to writer.
Top
See Also

Reference