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