You are here: Start » FIL.NET » Invoke.Http_DecodeURL

Invoke.Http_DecodeURL

Converts text from URL friendly text to a string.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Http_DecodeURL
(
	string inEncoded,
	out string outDecoded
)

Parameters

Name Type Range Default Description
inEncodedstringPercent encoded string.
outDecodedstringDecoded string.

See also