Show / Hide Table of Contents

Class HTMLtoRTFConverter

A class dedicated to converting HTML (Hypertext Markup Language) strings to RTF (Rich Text Format).

Inheritance
object
HTMLtoRTFConverter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: MarkupConverter
Assembly: Aruba.Utilities.MarkupConverter.dll
Syntax
public static class HTMLtoRTFConverter

Methods

View Source

ConvertHTMLtoRTF(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.

  • View Source
In this article
Back to top Generated by DocFX