Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something similar to text /endtext in C#
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Divers
Thread ID:
01634710
Message ID:
01634733
Vues:
56
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform