The RtfToHtml type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ConvertFile(String, String)
Converts Text/RTF file to Text/HTML/XHTML file. Output file will be overwritten.
ConvertFileToString(String)
Converts Text/RTF file to Text/HTML/XHTML string
ConvertString(String)
Converts Text/RTF string to Text/HTML/XHTML string
ConvertString(String, ArrayList)
Converts Text/RTF string to Text/HTML/XHTML string
ConvertStringToFile(String, String)
Converts Text/RTF string to Text/HTML/XHTML file. Output file will be overwritten.

See Also