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

  NameDescription
Public methodErrorValue
Returns an object representing an error value.
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 methodFormatValue
Returns the STDF string encoding of a given value.
Public methodStatic memberFromRuntimeType
Constructs a StdfValueType from a Type.
Public methodGetErrorString
Gets the error string from the error value held in value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetValueType
Gets a StdfValueType from a string representation.
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 (null or error).
Public methodIsNullValue
Determines if value is an null/missing value.
Public methodStatic memberIsSimpleTypeId
Gets a value indicating whether a given type identifier corresponds to a simple type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTryParseValue
Tries to create a value of this type from a text string.
Back to Top
See Also