DeEntitize Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Replace known entities by characters.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static string DeEntitize(
	string text
)
Visual Basic
Public Shared Function DeEntitize ( _
	text As String _
) As String
Visual C++
public:
static String^ DeEntitize(
	String^ text
)

Parameters

text
Type: System..::..String
The source text.

Return Value

The result text.

See Also