DoReplace Method
DoReplace(String, String, SearchOptions, Match)
Declaration
protected MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match)
Parameters
Returns
DoReplace(String, String, SearchOptions, Match, ref Boolean)
Declaration
protected virtual MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match, ref bool yesToAll)
Parameters
Returns
DoReplace(String, String, SearchOptions, Regex, Boolean)
Declaration
protected bool DoReplace(string str, string replaceWith, SearchOptions options, Regex expr, bool silent)
Parameters
Returns