Replace multiple characters in a C# string
Is there a better way to replace strings? I am surprised that Replace does not take in a character array or string array. I guess that I could write my own extension but I was curious if there is a
Get Price