DynamicValue Implicit Conversion (String to DynamicValue)

Casts a String value to a DynamicValue.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As String _
) As DynamicValue
'Usage
Dim input As String 
Dim output As DynamicValue 

output = CType(input, DynamicValue)
public static implicit operator DynamicValue (
    string value
)
static implicit operator DynamicValue^ (
    String^ value
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: Microsoft.Activities.DynamicValue
A DynamicValue representation of the specified String value.

See Also

Reference

DynamicValue Class

Implicit Overload

Microsoft.Activities Namespace