I want to know if there is some built in way in the .net framework to take ANY string, and turn it into a "safe" string that can be used as a filename?
Thanks
I want to know if there is some built in way in the .net framework to take ANY string, and turn it into a "safe" string that can be used as a filename?
Thanks
Here's a good resource I've used with success:
http://www.daniweb.com/blogs/entry657.html#
Notice the code in the comment below and not the actual article.