Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can we call multiple functions on the same string variab
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
How can we call multiple functions on the same string variab
Divers
Thread ID:
00646559
Message ID:
00646559
Vues:
27
How can we use a combination of 2 or more functions on a string
eg
string test="this is test ";
test.Trim.ToUpper //not allowed

Do we need to create multiple strings for each function?
string test="this is test ";
string test1=test.Trim;
and then use
test1...

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform