| HtmlEntityEntitize Method (String, Boolean) | 
            Replace characters above 127 by entities.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static string Entitize(
	string text,
	bool useNames
)
Public Shared Function Entitize ( 
	text As String,
	useNames As Boolean
) As String
Parameters
- text
 - Type: SystemString
The source text. - useNames
 - Type: SystemBoolean
If set to false, the function will not use known entities name. Default is true. 
Return Value
Type: 
StringThe result text.
See Also