Click or drag to resize

HtmlEntityDeEntitize Method

Replace known entities by characters.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static string DeEntitize(
	string text
)

Parameters

text
Type: SystemString
The source text.

Return Value

Type: String
The result text.
See Also