|
by Rick Strahl via Rick Strahl's Web Log on 4/30/2007 8:58:54 AM
You ever do this stunt? You're in the middle of working and you realize that you need a string function. .NET makes string manipulation fairly easy but it can often be frustrating to find just the right function. The issue is that .NET string functions are scattered over several different objects. The string class is what is used most frequently but it's not a terrible complete set of string manipulation functions.
So I just needed a routine to replace the 2nd instance of a particular string mat
... [ read more ]
|