Delen via


Helper.ToInt32ExceptNull Method

Coerces an object into an Int32.

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

Syntax

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

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

Parameters

Return Value

Type: System.Int32
The 32-bit integer value.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace