A Sandcastle Documented Class Library |
HtmlEntity..::..Entitize Method (String) |
HtmlEntity Class See Also Send Feedback |
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.