Method DoReplaceAll
DoReplaceAll(string, string, SearchOptions, Regex, out int)
protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count)
Parameters
str
stringreplaceWith
stringoptions
SearchOptionsexpr
Regexcount
int
Returns
DoReplaceAll(string, string, SearchOptions, Regex, out int, out bool)
protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count, out bool abort)