Click or drag to resize
HtmlEntityEntitize Method (String)
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
)

Parameters

text
Type: SystemString
The source text.

Return Value

Type: String
The result text.
See Also