DynamicValue.Parse Method (String)

 

Parses the string into a DynamicValue.

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

Public Shared Function Parse (
	encodedValue As String
) As DynamicValue

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: