Click or drag to resize
HtmlEntity.Entitize Method (String, Boolean)
Replace characters above 127 by entities.

Namespace: WorkflowGen.My.HtmlAgilityPack
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static string Entitize(
	string text,
	bool useNames
)

Parameters

text
Type: System.String
The source text.
useNames
Type: System.Boolean
If set to false, the function will not use known entities name. Default is true.

Return Value

Type: String
The result text.
See Also