示例#1
0
 public string Replacelttrs(char from, char to)
 {
     return(Text1.Replace(from, to));
 }