C# Class Dev2.Data.Operations.Dev2ReplaceOperation

Inheritance: IDev2ReplaceOperation
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Replace ( string stringToSearch, string findString, string replacementString, bool caseMatch, ErrorResultTO &errors, int &replaceCount ) : string

Replaces a value in and entry with a new value.

Private Methods

Method Description
Dev2ReplaceOperation ( ) : System.Text.RegularExpressions

Method Details

Replace() public method

Replaces a value in and entry with a new value.
public Replace ( string stringToSearch, string findString, string replacementString, bool caseMatch, ErrorResultTO &errors, int &replaceCount ) : string
stringToSearch string The old string.
findString string The old string.
replacementString string The new string.
caseMatch bool if set to true [case match].
errors Dev2.DataList.Contract.ErrorResultTO The errors.
replaceCount int The replace count.
return string