Class RTFtoHTMLConverter
Implementation of the RTFtoHTMLConverter class.
Inherited Members
Namespace: MarkupConverter
Assembly: Aruba.Utilities.MarkupConverter.dll
Syntax
public static class RTFtoHTMLConverter
Methods
View SourceConvertRTFtoHTML(string)
Converts RTF to HTML
Declaration
public static string ConvertRTFtoHTML(string rtfText)
Parameters
Type | Name | Description |
---|---|---|
string | rtfText | The RTF text. |
Returns
Type | Description |
---|---|
string | Html version of the RTF text |