有如下代码: 
       String A = this.FCKeditor1.Value;
         A= Replace("宋", "*");
         this.Label1.Text = A;
在编译的时候提示没有Replace函数,Replace不是库函数吗?该怎么使用?