Method DoReplaceAll
DoReplaceAll(string, string, SearchOptions, Regex, out int)
protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count)
Parameters
strstringreplaceWithstringoptionsSearchOptionsexprRegexcountint
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)