Posts
694
Comments
571
Trackbacks
1
Escaping a double-quote in C#

From: http://weblogs.asp.net/lorenh/archive/2004/09/30/236134.aspx

It's two double quotes in a row: “”

or use a slash: \”

posted on Wednesday, October 25, 2006 2:30 PM
Comments
Gravatar
# re: Escaping a double-quote in C#
Sreekanth
1/14/2008 3:06 AM
how will I represent the following regular experssion in C# ?


alt=\$\|\$*[^"]*\$\|\$

Gravatar
# re: Escaping a double-quote in C#
Morten
8/13/2009 8:49 AM
alt=@"\$\|\$*[^"]*\$\|\$"

Post Comment

Title *
Name *
Email
Url
Comment *  
Please add 4 and 8 and type the answer here: