DynamicValue.Parse Method (String)
Parses the string into a DynamicValue.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Syntax
public static DynamicValue Parse(
string encodedValue
)
public:
static DynamicValue^ Parse(
String^ encodedValue
)
static member Parse :
encodedValue:string -> DynamicValue
Public Shared Function Parse (
encodedValue As String
) As DynamicValue
Parameters
encodedValue
Type: System.StringThe encoded value of the DynamicValue.
Return Value
Type: Microsoft.Activities.DynamicValue
The DynamicValue of the specified string.
See Also
DynamicValue Class
Microsoft.Activities Namespace
Return to top