How to Remove Illegal Filename Characters in C# and VB.NET
To Remove Illegal Filename Characters in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To Remove Illegal Filename Characters in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To check if a folderpath contains Invalid characters you can use the following snippet. Sample C# Sample VB.NET for more informations see the MSDN Path.GetInvalidPathChars Method
To check if a filepath contains Invalid characters you can use the following snippet. Sample C# Sample VB.NET for more informations see the MSDN Path.GetInvalidFileNameChars Method