DynamicValue Implicit Conversion (Int64 to DynamicValue)

Converts an Int64 value to a Dynamic Value.

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.Activities.DynamicValue
The converted Dynamic Value.

See Also

Reference

DynamicValue Class

Implicit Overload

Microsoft.Activities Namespace