C# Класс Dev2.Data.Operations.Dev2ReplaceOperation

Наследование: IDev2ReplaceOperation
Показать файл Открыть проект

Открытые методы

Метод Описание
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