Flowed |
Name | Description | |
---|---|---|
Convert(String) | Convert text from the InputFormat to the OutputFormat. | |
Convert(Stream, Stream) | Convert the contents of source from the InputFormat to the OutputFormat and writes the resulting text to destination. | |
Convert(Stream, TextWriter) | Convert the contents of source from the InputFormat to the OutputFormat and uses the writer to write the resulting text. | |
Convert(TextReader, TextWriter) | Convert the contents of reader from the InputFormat to the OutputFormat and uses the writer to write the resulting text. | |
Convert(TextReader, Stream) | Convert the contents of reader from the InputFormat to the OutputFormat and writes the resulting text to destination. |