[]
Check specified string and removed all characters which can not be in file name.
public static string ValidateFileName(string s)
Type | Name | Description |
---|---|---|
string | s | The string containg file name to check. |
Type | Description |
---|---|
string | Returns validated string. |