将此实例的子字符串中所有指定字符的匹配项替换为其他指定字符。 命名空间:System.Text 程序集:mscorlib(在 mscorlib.dll 中) 语法 C# public StringBuilder Replace ( char oldChar, char newChar, int startIndex, int count ) 参数 oldChar 要替换的字符。 newChar 替换 oldChar 的字符。 startIndex 此实例中子字符串开始的位置。 count 子字符串的长度。 返回值 对此实例的引用,其中从 startIn