DynamicValue Implicit Conversion (DynamicValue to Guid)

Converts a dynamic value to a Guid value.

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

Syntax

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

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

Parameters

Return Value

Type: System.Guid
The converted Guid value from a dynamic value.

See Also

Reference

DynamicValue Class

Implicit Overload

Microsoft.Activities Namespace