ReplaceIt Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > ASPNETHelper Class : ReplaceIt Method



_value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function ReplaceIt( _
   ByVal _value As String _
) As String
Visual Basic (Usage) Copy Code
Dim _value As String
Dim value As String
 
value = ASPNETHelper.ReplaceIt(_value)
C#  
public static string ReplaceIt( 
   string _value
)
C++/CLI  
public:
static String^ ReplaceIt( 
   String^ _value
) 

Parameters

_value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also