Метод | Описание | |
---|---|---|
Replace ( string stringToSearch, string findString, string replacementString, bool caseMatch, |
Replaces a value in and entry with a new value.
|
Метод | Описание | |
---|---|---|
Dev2ReplaceOperation ( ) : System.Text.RegularExpressions |
public Replace ( string stringToSearch, string findString, string replacementString, bool caseMatch, |
||
stringToSearch | string | The old string. |
findString | string | The old string. |
replacementString | string | The new string. |
caseMatch | bool | if set to |
errors | The errors. | |
replaceCount | int | The replace count. |
Результат | string |