The Value class represents the value of a connector space or metaverse object. An instance of this abstract class can be created only in a derived class.
The following tables list the members exposed by the Value type.
Protected Constructors
Public Properties
Name | Description | |
---|---|---|
DataType | The DataType property retrieves an AttributeType value that indicates the type of data that the Value object contains. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToBinary | The ToBinary method interprets the contents of the Value object as an array of bytes. | |
ToBoolean | The ToBoolean method interprets the contents of the Value object as a Boolean value. | |
ToInteger | The ToInteger method interprets the contents of the Value object as an Int64 value. If the value is binary, it is assumed to be little-endian. | |
ToString | Overridden. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |