StdfValueType Methods TIBCO Spotfire 7.6 API Reference

The StdfValueType type exposes the following members.

Methods

  Name Description
Public method ErrorValue
Returns an object representing an error value.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FormatValue
Returns the STDF string encoding of a given value.
Public method Static member FromRuntimeType
Constructs a StdfValueType from a Type.
Public method GetErrorString
Gets the error string from the error value held in value.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Static member GetValueType
Gets a StdfValueType from a string representation.
Public method Static member GetValueTypeFromId
Gets a value type instance for a given type identifier.
Public method Static member IsArrayTypeId
Gets a value indicating whether a given type identifier corresponds to an array type.
Public method IsErrorValue
Determines if value is an error value.
Public method IsInvalidValue
Determines if value is an invalid value (null or error).
Public method IsNullValue
Determines if value is an null/missing value.
Public method Static member IsSimpleTypeId
Gets a value indicating whether a given type identifier corresponds to a simple type.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method TryParseValue
Tries to create a value of this type from a text string.
Top
See Also

Reference