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

FIS.Http_EncodeURL Method

Converts string to URL friendly text.

Namespace:FilNet
Assembly:FIL.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