|  | Flowed | 
The FlowedToText type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Convert(String) | Convert text from the InputFormat to the OutputFormat. (Inherited from TextConverter) | 
|  | Convert(Stream, Stream) | Convert the contents of source from the InputFormat to the
            OutputFormat and writes the resulting text to destination. (Inherited from TextConverter) | 
|  | Convert(Stream, TextWriter) | Convert the contents of source from the InputFormat to the
            OutputFormat and uses the writer to write the resulting text. (Inherited from TextConverter) | 
|  | Convert(TextReader, TextWriter) | Convert the contents of reader from the InputFormat to the
            OutputFormat and uses the writer to write the resulting text. (Overrides TextConverterConvert(TextReader, TextWriter)) | 
|  | Convert(TextReader, Stream) | Convert the contents of reader from the InputFormat to the
            OutputFormat and writes the resulting text to destination. (Inherited from TextConverter) | 
|  | Equals | (Inherited from Object) | 
|  | Finalize | (Inherited from Object) | 
|  | GetHashCode | (Inherited from Object) | 
|  | GetType | (Inherited from Object) | 
|  | MemberwiseClone | (Inherited from Object) | 
|  | ToString | (Inherited from Object) | 
 See Also
See Also