Click or drag to resize
MimeKit

TextConverterConvert Method

Overload List
 NameDescription
Public methodCode exampleConvert(String) Convert text from the InputFormat to the OutputFormat.
Public methodConvert(Stream, Stream) Convert the contents of source from the InputFormat to the OutputFormat and writes the resulting text to destination.
Public methodConvert(Stream, TextWriter) Convert the contents of source from the InputFormat to the OutputFormat and uses the writer to write the resulting text.
Public methodConvert(TextReader, Stream) Convert the contents of reader from the InputFormat to the OutputFormat and writes the resulting text to destination.
Public methodConvert(TextReader, TextWriter) Convert the contents of reader from the InputFormat to the OutputFormat and uses the writer to write the resulting text.
Top
See Also