Click or drag to resize
MPUtilityEncodeUrl Method (Object)
Encodes the specified object for use in an URL, converting special characters to quoted UTF-8 format.

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static string EncodeUrl(
	Object o
)

Parameters

o
Type: SystemObject

Return Value

Type: String
See Also