Microsoft
Software
Hardware
Network
Question : How to split the string using "\n" in C#
I have a string like this
string str = "abc" + "\n" + "XYZ";
I am printing the string using
Response.write(str);
But I want to display string like this on the browser
--------------------------
----------
----------
----------
--------
abc
XYZ
"\n" is not display characters in the newline.
Answer : How to split the string using "\n" in C#
Here is the same question answered on EE but in reverse:
http://www.experts-exchang
e.com/Secu
rity/Softw
are_Firewa
lls/
Enterp
rise_Firew
alls/Cisco
_PIX_Firew
all/Q_2387
7617.html
Random Solutions
In Perl, how do I check if a value already exist in the database
Spam black list removal " dnsbl.burnt-tech.com"
HMAC-MD5 (RFC 2104) VB
How can i sort two dimentional array with linq and with Compareto method?
MS Access SQL Divide by Zero workaround needed
Oracle 10g: How to index a column in a materialized view?
Microsoft VBScript runtime error '800a0009', Subscript out of range: '42'
In Sent Items, how can I tell if a message was sent with Read Receipt Requested
Use xcacls.vbs on \\server\share path
Script to enable folder auditing