Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long string variable with embedded quote
Message
De
14/03/2013 11:24:24
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01568373
Message ID:
01568376
Vues:
42
>Hi everybody,
>
>I have some text which I'd like to use as a string variable in my tests. This text has many embedded double quotes. I checked that I can escape the double quote by doubling it and that's what I plan to do, but wondering if there is another more elegant solution?
>
>Thanks in advance.


Use another char for the double quote. Then replace()
string Input = @"^wordOne^ and ^wordtwo^".Replace('^', '"');
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform