Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something similar to text /endtext in C#
Message
From
13/04/2016 07:45:28
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Miscellaneous
Thread ID:
01634710
Message ID:
01634733
Views:
57
>Hi everybody,
>
>I'm trying to pass a string that contains lots of low ascii characters and ''. This is actually a content of the photo. I'd like to create a test, but I can not embed this string in my code in C# even after I tried escaping " with \.
>
>What should I do to be able to pass that photo as is?
>
>Thanks in advance.

Did you try
string test = @"double the ""quote"" ";
or something like that.
Christian Isberner
Software Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform