The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DynamicValue Operators and Type Conversions
The DynamicValue type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equality | Specifies whether the two DynamicValue object is equal. |
|
Implicit(Boolean to DynamicValue) | Casts a Boolean value to a DynamicValue. |
|
Implicit(DateTime to DynamicValue) | Casts a DateTime value to a DynamicValue. |
|
Implicit(Double to DynamicValue) | Casts a Double value to a DynamicValue. |
|
Implicit(Guid to DynamicValue) | Casts a GUID value to a DynamicValue. |
|
Implicit(Int32 to DynamicValue) | Casts an Int32 value to a DynamicValue. |
|
Implicit(Int64 to DynamicValue) | Converts an Int64 value to a Dynamic Value. |
|
Implicit(String to DynamicValue) | Casts a String value to a DynamicValue. |
|
Implicit(TimeSpan to DynamicValue) | Converts a TimeSpan value to a Dynamic Value. |
|
Implicit(DynamicValue to String) | Converts a dynamic value to a String value. |
|
Implicit(DynamicValue to TimeSpan) | Converts a dynamic value to a TimeSpan value. |
|
Implicit(DynamicValue to Guid) | Converts a dynamic value to a Guid value. |
|
Implicit(DynamicValue to Double) | Converts a dynamic value to a Double value. |
|
Implicit(DynamicValue to DateTime) | Converts a dynamic value to a DateTime value. |
|
Implicit(DynamicValue to Int32) | Converts a dynamic value to an Int32 value. |
|
Implicit(DynamicValue to Boolean) | Casts a dynamic value into a Boolean Value. |
|
Inequality | Specifies whether the two DynamicValue object are not equal. |
Community Additions
Show: