 |
String.Replace Method (String, String) (System)
Returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string. ... using System; public class ReplaceTest { public static void Main() { string errString = "This docment uses 3 other
msdn.microsoft.com |
 |