Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chrtran in .NET
Message
From
22/02/2013 13:16:32
 
 
To
22/02/2013 13:07:49
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01360482
Message ID:
01566776
Views:
50
Even better, make it an Extension method to the string class.

>
>Can be optimized in that case
>
>would be like this
>
>public static string ChrTran(this string s, string[]  from, string[] to)
>
>
>Of course - the length of the arrays from and to must be equal
>
>It's an extra loop. sb needs to be instantiated only once, and only once sb.ToString();
>
>
>Also, in the oiginal code above from and to are not checked for null values
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform