Show / Hide Table of Contents

Class RTFtoHTMLConverter

Implementation of the RTFtoHTMLConverter class.

Inheritance
object
RTFtoHTMLConverter
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 RTFtoHTMLConverter

Methods

View Source

ConvertRTFtoHTML(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

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