TextConverter Class

The TextConverter class is an abstract base class representing a transformation of text or other data from one format to another.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.TextConverters.TextConverter
    

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public MustInherit Class TextConverter
'Usage
Dim instance As TextConverter
public abstract class TextConverter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.TextConverters.TextConverter
    Microsoft.Exchange.Data.TextConverters.EnrichedToHtml
    Microsoft.Exchange.Data.TextConverters.EnrichedToText
    Microsoft.Exchange.Data.TextConverters.HtmlToEnriched
    Microsoft.Exchange.Data.TextConverters.HtmlToHtml
    Microsoft.Exchange.Data.TextConverters.HtmlToRtf
    Microsoft.Exchange.Data.TextConverters.HtmlToText
    Microsoft.Exchange.Data.TextConverters.RtfCompressedToRtf
    Microsoft.Exchange.Data.TextConverters.RtfToHtml
    Microsoft.Exchange.Data.TextConverters.RtfToRtf
    Microsoft.Exchange.Data.TextConverters.RtfToRtfCompressed
    Microsoft.Exchange.Data.TextConverters.RtfToText
    Microsoft.Exchange.Data.TextConverters.TextToHtml
    Microsoft.Exchange.Data.TextConverters.TextToRtf
    Microsoft.Exchange.Data.TextConverters.TextToText