DynamicValue::Parse Method (String^)

 

Parses the string into a DynamicValue.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

public:
static DynamicValue^ Parse(
	String^ encodedValue
)

Parameters

encodedValue
Type: System::String^

The encoded value of the DynamicValue.

Return Value

Type: Microsoft.Activities::DynamicValue^

The DynamicValue of the specified string.

Return to top
Show: