c#

位置:IT落伍者 >> c# >> 浏览文章

c#去掉字符串中的回车符


发布日期:2019年06月04日
 
c#去掉字符串中的回车符

先转换成streamreader类的对象去掉回车符再转换回来

StreamReadersr=newStreamReader(thistextBoxTextSystemTextEncodingDefault);

thistextBoxText=srReadToEnd()Replace((char))Replace((char));

thistextBoxSelectAll();

srClose();

上一篇:C#中将Big5繁体转换简体GB2312的程序

下一篇:使用微软消息队列实现C#进程间通信