Method DoReplace
DoReplace(string, string, SearchOptions, Match)
protected MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match)
Parameters
text
stringreplaceWith
stringoptions
SearchOptionsmatch
Match
Returns
DoReplace(string, string, SearchOptions, Match, ref bool)
protected virtual MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match, ref bool yesToAll)
Parameters
text
stringreplaceWith
stringoptions
SearchOptionsmatch
MatchyesToAll
bool
Returns
DoReplace(string, string, SearchOptions, Regex, bool)
protected bool DoReplace(string str, string replaceWith, SearchOptions options, Regex expr, bool silent)
Parameters
str
stringreplaceWith
stringoptions
SearchOptionsexpr
Regexsilent
bool