DynamicValue Implicit Conversion Operators
Casts to a DynamicValue.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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(DynamicValue to Boolean) | Casts a dynamic value into a Boolean Value. |
![]() ![]() | Implicit(DynamicValue to DateTime) | Converts a dynamic value to a DateTime value. |
![]() ![]() | Implicit(DynamicValue to Double) | Converts a dynamic value to a Double value. |
![]() ![]() | Implicit(DynamicValue to Guid) | Converts a dynamic value to a Guid value. |
![]() ![]() | Implicit(DynamicValue to Int32) | Converts a dynamic value to an Int32 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(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. |
DynamicValue Implicit Conversion (Boolean to DynamicValue)
Casts a Boolean value to a DynamicValue.
Parameters
- value
-
Type:
System.Boolean
A Boolean value.
Return Value
Type: Microsoft.Activities.DynamicValueA DynamicValue representation of the specified Boolean value.
DynamicValue Implicit Conversion (DateTime to DynamicValue)
Casts a DateTime value to a DynamicValue.
Parameters
- value
-
Type:
System.DateTime
A DateTime value.
Return Value
Type: Microsoft.Activities.DynamicValueA DynamicValue representation of the specified DateTime value.
DynamicValue Implicit Conversion (Double to DynamicValue)
Casts a Double value to a DynamicValue.
Parameters
- value
-
Type:
System.Double
A Double value.
Return Value
Type: Microsoft.Activities.DynamicValueA DynamicValue representation of the specified Double value.
DynamicValue Implicit Conversion (DynamicValue to Boolean)
Casts a dynamic value into a Boolean Value.
Parameters
- dynamicValue
-
Type:
Microsoft.Activities.DynamicValue
The dynamic value to be casted as a Boolean Value.
DynamicValue Implicit Conversion (DynamicValue to DateTime)
Converts a dynamic value to a DateTime value.
Parameters
- dynamicValue
-
Type:
Microsoft.Activities.DynamicValue
The dynamic value to be converted to DateTime Value.
DynamicValue Implicit Conversion (DynamicValue to Double)
Converts a dynamic value to a Double value.
Parameters
- dynamicValue
-
Type:
Microsoft.Activities.DynamicValue
The dynamic value to be converted to Double Value.
DynamicValue Implicit Conversion (DynamicValue to Guid)
Converts a dynamic value to a Guid value.
Parameters
- dynamicValue
-
Type:
Microsoft.Activities.DynamicValue
The dynamic value to be converted to Guid Value.
DynamicValue Implicit Conversion (DynamicValue to Int32)
Converts a dynamic value to an Int32 value.
Parameters
- dynamicValue
-
Type:
Microsoft.Activities.DynamicValue
The dynamic value to be converted to Int32 Value.
DynamicValue Implicit Conversion (DynamicValue to String)
Converts a dynamic value to a String value.
Parameters
- dynamicValue
-
Type:
Microsoft.Activities.DynamicValue
The dynamic value to be converted to String Value.
DynamicValue Implicit Conversion (DynamicValue to TimeSpan)
Converts a dynamic value to a TimeSpan value.
Parameters
- dynamicValue
-
Type:
Microsoft.Activities.DynamicValue
The dynamic value to be converted to TimeSpan Value.
DynamicValue Implicit Conversion (Guid to DynamicValue)
Casts a GUID value to a DynamicValue.
Parameters
- value
-
Type:
System.Guid
A GUID value.
Return Value
Type: Microsoft.Activities.DynamicValueA DynamicValue representation of the specified GUID value.
DynamicValue Implicit Conversion (Int32 to DynamicValue)
Casts an Int32 value to a DynamicValue.
Parameters
- value
-
Type:
System.Int32
An Int32 value
Return Value
Type: Microsoft.Activities.DynamicValueA DynamicValue representation of the specified Int32 value.
DynamicValue Implicit Conversion (Int64 to DynamicValue)
Converts an Int64 value to a Dynamic Value.
Parameters
- value
-
Type:
System.Int64
The value to convert.
DynamicValue Implicit Conversion (String to DynamicValue)
Casts a String value to a DynamicValue.
Parameters
- value
-
Type:
System.String
A String value.
Return Value
Type: Microsoft.Activities.DynamicValueA DynamicValue representation of the specified String value.
DynamicValue Implicit Conversion (TimeSpan to DynamicValue)
Converts a TimeSpan value to a Dynamic Value.
Parameters
- value
-
Type:
System.TimeSpan
The value to convert.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)