Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String Manipulation
Message
De
28/06/2010 13:02:08
 
 
À
28/06/2010 12:57:24
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01470812
Message ID:
01470818
Vues:
38
>>>Hi,
>>>
>>>I have a string like this:
>>>
>>>"LastName, FirstName, MiddleName"
>>>
>>>and sometimes it could just be this:
>>>
>>>"CompanyName"
>>>
>>>I want to add a string into these strings so they end up like this:
>>>
>>>"LastName DESC, FirstName DESC, MiddleName DESC"
>>>
>>>or:
>>>
>>>"CompanyName DESC"
>>>
>>>How would I do this in C#?
>>
>>Basically this
>>
>>			string s = "LastName, FirstName, MiddleName";
>>
>>			s = s.Replace(",", " DESC,") + " DESC";
>>
>
>I don't think that works in the case of "CompanyName"


But you didn't test it ... - Sure it works
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform