Decodes the path encoded by the EncodePath method.

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

Syntax

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

Parameters

original
Type: System..::..String
Original path

Return Value

Type: String
Decoded path

See Also