DynamicValue.ToString Method ()

 

Returns a string representation of the DynamicValue.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A string representation of the DynamicValue.

See Also

DynamicValue Class
Microsoft.Activities Namespace

Return to top