Represents the type of a data value or metadata property in STDF.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.StdfStdfValueType
Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public sealed class StdfValueType
The StdfValueType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets the default value for this type.
| |
| IsArrayType |
Gets a value indicating whether this is an array type.
| |
| IsSimpleType |
Gets a value indicating whether this is a simple value type.
| |
| IsSupportedInStdfVersionOne |
Gets a value indicating whether this value type was supported in STDF 1.0.
| |
| NullValue |
Gets an object representing a null value.
| |
| RuntimeType |
Gets the runtime type corresponding to this StdfValueType instance.
| |
| TypeId |
Gets the type identifier of this value type.
| |
| TypeName |
Gets the name of this value type in the latest version of the format.
| |
| TypeNameInStdfVersionOne |
Gets the name of this value type used in version 1.0 of the format.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines if two ValueType objects are equal.
(Overrides ObjectEquals(Object).) | |
| ErrorValue |
Returns an object representing an error value.
| |
| FormatValue |
Returns the STDF string encoding of a given value.
| |
| FromRuntimeType |
Constructs a StdfValueType from a Type.
| |
| GetErrorString |
Gets the error string from the error value held in value.
| |
| GetHashCode |
Calculates the hash code of this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValueType |
Gets a StdfValueType from a string representation.
| |
| GetValueTypeFromId |
Gets a value type instance for a given type identifier.
| |
| IsArrayTypeId |
Gets a value indicating whether a given type identifier corresponds to an array type.
| |
| IsErrorValue |
Determines if value is an error value.
| |
| IsInvalidValue |
Determines if value is an invalid value (null or error).
| |
| IsNullValue |
Determines if value is an null/missing value.
| |
| IsSimpleTypeId |
Gets a value indicating whether a given type identifier corresponds to a simple type.
| |
| ToString |
Returns a string representation of this instance intended for human readers.
(Overrides ObjectToString.) | |
| TryParseValue |
Tries to create a value of this type from a text string.
|
Fields
| Name | Description | |
|---|---|---|
| Binary |
The Binary value type.
| |
| Bool |
The Boolean value type.
| |
| Date |
The Date value type.
| |
| DateTime |
The DateTime value type.
| |
| Decimal |
The Decimal value type.
| |
| Double |
The Double value type.
| |
| Float |
The Float value type.
| |
| Int |
The Integer value type.
| |
| Long |
The Long integer value type.
| |
| String |
The String value type.
| |
| Time |
The Time value type.
| |
| TimeSpan |
The TimeSpan value type.
|
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also