HtmlEntityEntitize Method (String) |
Replace characters above 127 by entities.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public static string Entitize(
string text
)
Public Shared Function Entitize (
text As String
) As String
Parameters
- text
- Type: SystemString
The source text.
Return Value
Type:
StringThe result text.
See Also