Value Operators and Type Conversions
The Value type exposes the following members.
Operators
|
Name |
Description |
---|---|---|
|
Determines whether two instances of the Value class are equal. | |
|
Determines whether the current instance of the Value class is greater than another instance. | |
|
Determines whether the current instance of the Value class is greater than or equal to another instance. | |
|
Converts a Boolean value to the appropriate instance of the Value class. | |
|
Converts an Byte to the appropriate instance of the Value class. | |
|
Converts an array of Bytes to the appropriate instance of the Value class. | |
|
Converts a Char to the appropriate instance of the Value class. | |
|
Converts an instance of the DateTime class to the appropriate instance of the Value class. | |
|
Converts a Decimal value to the appropriate instance of the Value class. | |
|
Converts a Double-precision floating-point number to the appropriate instance of the Value class. | |
|
Converts an Int16 to the appropriate instance of the Value class. | |
|
Converts an Int32 to the appropriate instance of the Value class. | |
|
Converts a Int64 to the appropriate instance of the Value class. | |
|
Converts an SByte to the appropriate instance of the Value class. | |
|
Converts a Single-precision floating-point number to the appropriate instance of the Value class. | |
|
Converts a String to the appropriate instance of the Value class. | |
|
Converts an instance of the TimeSpan class to the appropriate instance of the Value class. | |
|
Converts an UInt16 to the appropriate instance of the Value class. | |
|
Converts an UInt32 to the appropriate instance of the Value class. | |
|
Converts a UInt64 to the appropriate instance of the Value class. | |
|
Converts an Access to the appropriate instance of the Value class. | |
|
Converts an Alarm to the appropriate instance of the Value class. | |
|
Converts an Event to the appropriate instance of the Value class. | |
|
Converts an Message to the appropriate instance of the Value class. | |
|
Converts a Severity to the appropriate instance of the Value class. | |
|
Converts an instance of the Value class to the appropriate Boolean value. | |
|
Converts an instance of the Value class to the appropriate Byte. | |
|
Converts an instance of the Value class to the appropriate SByte. | |
|
Converts an instance of the Value class to the appropriate Char. | |
|
Converts an instance of the Value class to the appropriate Int16. | |
|
Converts an instance of the Value class to the appropriate UInt16. | |
|
Converts an instance of the Value class to the appropriate Int32. | |
|
Converts an instance of the Value class to the appropriate UInt32. | |
|
Converts an instance of the Value class to the appropriate Int64. | |
|
Converts an instance of the Value class to the appropriate UInt64. | |
|
Converts an instance of the Value class to the appropriate Single-precision floating-point number. | |
|
Converts an instance of the Value class to the appropriate Double-precision floating-point number. | |
|
Converts an instance of the Value class to the appropriate String. | |
|
Converts an instance of the Value class to the appropriate Access. | |
|
Converts an instance of the Value class to the appropriate Alarm. | |
|
Converts an instance of the Value class to the appropriate Event. | |
|
Converts an instance of the Value class to the appropriate Message. | |
|
Converts an instance of the Value class to the appropriate Severity. | |
|
Converts an instance of the Value class to the appropriate instance of the DateTime class. | |
|
Converts an instance of the Value class to the appropriate instance of the TimeSpan class. | |
|
Converts an instance of the Value class to the appropriate Decimal value. | |
|
Converts an instance of the Value class to the appropriate array of Bytes. | |
|
Determines whether two instances of the Value class are not equal. | |
|
Determines whether the current instance of the Value class is less than another instance. | |
|
Determines whether the current instance of the Value class is less than or equal to another instance. |