Click or drag to resize

FndUrlParameter.UrlEncode Method

Encodes a string for safe transportation as an URL parameter

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static string UrlEncode(
	string value
)

Parameters

value
Type: System.String
A string to be encoded

Return Value

Type: String
Encoded string
See Also