Click or drag to resize
FileNameExtensionsMakeFileNameSane Method
Makes the file name sane.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static string MakeFileNameSane(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file.

Return Value

Type: String
The file name without not allowed characters.
Remarks
This function removes any not supported character from a file name.
See Also