newsgroups-index (beta)

Current group: microsoft.public.cn.dotnet.languages.csharp

Re: 请问如何在C#中将回车换行符替换成

Re: 请问如何在C#中将回车换行符替换成
  
Vince Yuan
From:Vince Yuan
Subject:Re: 请问如何在C#中将回车换行符替换成
Date:Tue, 18 Jan 2005 08:24:26 +0800
str = str.Replace("\r\n", "
");
str = str.Replace("\n", "
");

--
Vince


"Myron" wrote in message
news:utpp9S3%23EHA.3988@TK2MSFTNGP11.phx.gbl...
>
>
   

Copyright © 2006 newsgroups-index   -   All rights reserved   -   Impressum