Partilhar via


Helper.AsDNInt32 Method

Attempts to coerce an Int32 from the specified object and workflow instance.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Shared Function AsDNInt32 ( _
    context As WorkflowContext, _
    val As Object _
) As Integer
'Usage
Dim context As WorkflowContext
Dim val As Object
Dim returnValue As Integer

returnValue = Helper.AsDNInt32(context, _
    val)
public static int AsDNInt32(
    WorkflowContext context,
    Object val
)

Parameters

Return Value

Type: System.Int32
The integer value.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace