Delen via


Helper.DynamicStringForXml Method

Converts the specified dynamic string to a string in XML format.

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

Syntax

'Declaration
Public Shared Function DynamicStringForXml ( _
    context As WorkflowContext, _
    activity As Activity, _
    str As String _
) As String
'Usage
Dim context As WorkflowContext
Dim activity As Activity
Dim str As String
Dim returnValue As String

returnValue = Helper.DynamicStringForXml(context, _
    activity, str)
public static string DynamicStringForXml(
    WorkflowContext context,
    Activity activity,
    string str
)

Parameters

Return Value

Type: System.String
A converted string in XML format.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace