You are here: Start » FIL.NET » FIS.Http_DecodeURL Method

FIS.Http_DecodeURL Method

Converts text from URL friendly text to a string.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Http_DecodeURL
(
	string inEncoded,
	out string outDecoded
)

Parameters

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

See also