C# 클래스 Dev2.Data.Operations.Dev2ReplaceOperation

상속: IDev2ReplaceOperation
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Replace ( string stringToSearch, string findString, string replacementString, bool caseMatch, ErrorResultTO &errors, int &replaceCount ) : string

Replaces a value in and entry with a new value.

비공개 메소드들

메소드 설명
Dev2ReplaceOperation ( ) : System.Text.RegularExpressions

메소드 상세

Replace() 공개 메소드

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.
리턴 string