Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can we call multiple functions on the same string variab
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
How can we call multiple functions on the same string variab
Miscellaneous
Thread ID:
00646559
Message ID:
00646559
Views:
26
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
Next
Reply
Map
View

Click here to load this message in the networking platform