| HtmlEntityDeEntitize Method  | 
            Replace known entities by characters.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static string DeEntitize(
	string text
)
Public Shared Function DeEntitize ( 
	text As String
) As String
Parameters
- text
 - Type: SystemString
The source text. 
Return Value
Type: 
StringThe result text.
See Also