Removed invalid path characters including the MapPath invalid characters.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string RemoveInvalidPathChars(
	string path
)
Visual Basic
Public Shared Function RemoveInvalidPathChars ( 
	path As String
) As String
Visual C++
public:
static String^ RemoveInvalidPathChars(
	String^ path
)
F#
static member RemoveInvalidPathChars : 
        path : string -> string 

Parameters

path
Type: System..::..String
Path.

Return Value

Type: String
Cleaned path.

See Also