Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static string UnEscapeURL(
	string src
)
Visual Basic
Public Shared Function UnEscapeURL ( _
	src As String _
) As String
Visual C++
public:
static String^ UnEscapeURL(
	String^ src
)

Parameters

src
Type: System..::..String

See Also