Share via


Helper.ToString method (WorkflowContext, Object)

Converts a specified object into a string data type.

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

Syntax

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

returnValue = Helper.ToString(context, _
    val)
public static string ToString(
    WorkflowContext context,
    Object val
)

Parameters

  • val
    Type: System.Object

    An object that contains the value to be converted.

Return value

Type: System.String

See also

Reference

Helper class

Helper members

ToString overload

Microsoft.SharePoint.WorkflowActions namespace