Class HTMLtoRTFConverter
A class dedicated to converting HTML (Hypertext Markup Language) strings to RTF (Rich Text Format).
Inherited Members
Namespace: MarkupConverter
Assembly: Aruba.Utilities.MarkupConverter.dll
Syntax
public static class HTMLtoRTFConverter
Methods
View SourceConvertHTMLtoRTF(string)
Converts HTML text to RTF.
Declaration
public static string ConvertHTMLtoRTF(string htmlText)
Parameters
Type | Name | Description |
---|---|---|
string | htmlText | Text in HTML format. |
Returns
Type | Description |
---|---|
string | The text in RTF. |