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

AVS.Http_EncodeURL Method

Converts string to URL friendly text.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Http_EncodeURL
(
	string inDecoded,
	out string outEncoded
)

Parameters

Name Type Range Default Description
inDecodedstringString to be encoded.
outEncodedstringPercent-encoded string.

See also