UtilMakeValidFileName Method
Makes a file name valid by replacing invalid file name characters by an underscore.
The input string must be the file name only, and can not contain any
path characters.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public static string MakeValidFileName(
string name
)
- name String
- File name to make valid
StringValid file name