Show / Hide Table of Contents

Class MarkupConverter

Implements the logic for the MarkupConverter class.

Inheritance
object
MarkupConverter
Implements
IMarkupConverter
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 class MarkupConverter : IMarkupConverter

Methods

View Source

ConvertHTMLtoRTF(string)

Converts a string in HTML format to RTF format.

Declaration
public string ConvertHTMLtoRTF(string htmlText)
Parameters
Type Name Description
string htmlText

The string in HTML.

Returns
Type Description
string

The string in RTF.

View Source

ConvertHtmlToXaml(string)

Converts a string in HTML format to XAML format.

Declaration
public string ConvertHtmlToXaml(string htmlText)
Parameters
Type Name Description
string htmlText

The string in HTML.

Returns
Type Description
string

The string in XAML.

View Source

ConvertRTFtoHTML(string)

Converts a string in RTF to HTML format.

Declaration
public string ConvertRTFtoHTML(string rtfText)
Parameters
Type Name Description
string rtfText

The string in RTF.

Returns
Type Description
string

The string in HTML.

View Source

ConvertXAMLtoHTML(string)

Converts a string in XAML to HTML format.

Declaration
public string ConvertXAMLtoHTML(string xamlText)
Parameters
Type Name Description
string xamlText

The string in XAML.

Returns
Type Description
string

The string in HTML.

Implements

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