| Replace(StringBuilder, Char, Char, Int32) | Replaces, within a substring of builder, all occurrences of a specified character with another specified character. |
| Replace(StringBuilder, String, String, Int32) | Replaces all occurrences of a specified string in a substring of builder with another specified string. |