How to remove all the special characters from a string in C# ? I have a long list of Product name which may have any type of special characters in it. My goal is to use a string in a-z, 0-9, and hyphen format only.
Thanks,
Yash
Go to the complete details ...