Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 29, 2005 04:00 AM by JMyung
All-Star
15625 Points
3146 Posts
Mar 26, 2005 05:26 AM|LINK
Contributor
2680 Points
536 Posts
Mar 26, 2005 09:21 AM|LINK
182707 Points
23464 Posts
ASPInsiders
Moderator
MVP
Mar 26, 2005 01:19 PM|LINK
Hi,
take a look at the specifications: String literals.
The \ works like an escaping character.
Grz, Kris.
Participant
915 Points
183 Posts
Mar 29, 2005 04:00 AM|LINK
thuhue
All-Star
15625 Points
3146 Posts
Back slash in C#
Mar 26, 2005 05:26 AM|LINK
Thanks.
imleggy
Contributor
2680 Points
536 Posts
Re: Back slash in C#
Mar 26, 2005 09:21 AM|LINK
XIII
All-Star
182707 Points
23464 Posts
ASPInsiders
Moderator
MVP
Re: Back slash in C#
Mar 26, 2005 01:19 PM|LINK
Hi,
take a look at the specifications: String literals.
The \ works like an escaping character.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
JMyung
Participant
915 Points
183 Posts
Re: Back slash in C#
Mar 29, 2005 04:00 AM|LINK
example:
string a = @"C:\Windows\tmp";