Click or drag to resize

EAPUtilRemoveInvalidChars Method

Removes invalid characters from a string that represents a path or file name

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string RemoveInvalidChars(
	string pathOrFile
)

Parameters

pathOrFile
Type: SystemString
The path or filename to clean up

Return Value

Type: String
The path or file cleaned of invalid characters.
See Also