You are here: Start » AVL.NET » AVS.Http_DecodeURL Method

AVS.Http_DecodeURL Method

Converts text from URL friendly text to a string.

Namespace:AvlNet
Assembly:AVL.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