DoReplaceAll Method
DoReplaceAll(String, String, SearchOptions, Regex, out Int32)
Declaration
protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count)
Parameters
Type | Name | Description |
---|---|---|
String | str | |
String | replaceWith | |
SearchOptions | options | |
Regex | expr | |
Int32 | count |
Returns
Type | Description |
---|---|
Boolean |
DoReplaceAll(String, String, SearchOptions, Regex, out Int32, out Boolean)
Declaration
protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count, out bool abort)
Parameters
Type | Name | Description |
---|---|---|
String | str | |
String | replaceWith | |
SearchOptions | options | |
Regex | expr | |
Int32 | count | |
Boolean | abort |
Returns
Type | Description |
---|---|
Boolean |