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

Invoke.Http_EncodeURL

Converts string to URL friendly text.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
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