Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: how to check CRLF in C#

Reply
Thread Tools

Re: how to check CRLF in C#

 
 
Jerry III
Guest
Posts: n/a
 
      08-25-2003
Replace("\r\n", "<br>");

Please learn C# before you get into programming server applications and post
into the right group, this has nothing to do with ASP.NET.

Jerry

"Simon Chung-Jen Chuang" <> wrote in message
news:...
> Hello,
>
> I want to replace all CRLF(carriage return and line feed) with "<br>" in

C#.
> How should I do?
>
> theString.Replace(?, "<br>");
>
> Thanks,
> Simon
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASCII file without crlf's Andrew ASP .Net 2 06-22-2004 11:12 AM
CRLF How does it work for asp.net???!! Michael Persaud ASP .Net 2 05-27-2004 05:11 PM
Problem in CRLF in multiline fields Jack Wright ASP .Net 1 04-21-2004 05:00 AM
Re: how to check CRLF in C# Kevin Spencer ASP .Net 3 08-27-2003 06:42 AM
Re: how to check CRLF in C# Simon Chung-Jen Chuang ASP .Net 0 08-26-2003 02:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57