FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExpressionMethods..::..SUBSTITUTE Method

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


protected string SUBSTITUTE(
	string text,
	string textToSubstitute,
	string textToReplace
)
Protected Function SUBSTITUTE ( _
	text As String, _
	textToSubstitute As String, _
	textToReplace As String _
) As String
protected:
String^ SUBSTITUTE(
	String^ text, 
	String^ textToSubstitute, 
	String^ textToReplace
)

Parameters

text
Type: String
textToSubstitute
Type: String
textToReplace
Type: String