Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Static ReadonlyBinaryThe Binary value type.
Static ReadonlyBoolThe Boolean value type.
Static ReadonlyDateThe Date value type.
Static ReadonlyDateThe DateTime value type.
Static ReadonlyDecimalThe Decimal value type.
Static ReadonlyDoubleThe Double value type.
Static ReadonlyFloatThe Float value type.
Static ReadonlyIntThe Integer value type.
Static ReadonlyLongThe Long integer value type.
Static ReadonlyStringThe String value type.
Static ReadonlyTimeThe Time value type.
Static ReadonlyTimeThe TimeSpan value type.
Returns an object representing an error value.
The specific error string.
An object representing an error value.
StaticFromConstructs a StdfValueType from a System.Type.
The type object.
A corresponding StdfValueType instance.
An StdfValueType with Spotfire.Dxp.Data.Formats.Stdf.StdfValueTypeId.UnknownType is returned for unknown types.
StaticGetGets a StdfValueType from a string representation.
The name of the value type.
An StdfValueType instance.
StaticGetGets a value type instance for a given type identifier.
The type identifier.
A StdfValueType instance.
StaticIsGets a value indicating whether a given type identifier corresponds to an array type.
The type identifier.
True for an array type; otherwise, false.
StaticIsGets a value indicating whether a given type identifier corresponds to a simple type.
The type identifier.
True for a simple type; otherwise, false.
Represents the type of a data value or metadata property in STDF.
Since
2.1