熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

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

2022-06-13   來源: .NET編程 

  先轉換成streamreader類的對象去掉回車符再轉換回來

  StreamReadersr=newStreamReader(thistextBoxTextSystemTextEncodingDefault);

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

  thistextBoxSelectAll();

  srClose();


From:http://tw.wingwit.com/Article/program/net/201311/13473.html
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.