Click or drag to resize

MPUtilityEncodeHtml Method (Object)

Encodes the specified object for HTML, converting special characters to quoted UTF-8 format.

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

Parameters

o
Type: SystemObject

Return Value

Type: String
See Also