Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long string variable with embedded quote
Message
 
 
À
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:
01568380
Vues:
40
>>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('^', '"');
>
This is no better than simply doubling the double quote.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform