Entitize Method (String)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Replace characters above 127 by entities.

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

Syntax

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

Parameters

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

Return Value

The result text.

See Also