Text |
The TextConverter type exposes the following members.
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, Stream) | Convert the contents of reader from the InputFormat to the OutputFormat and writes the resulting text to destination. | |
Convert(TextReader, TextWriter) | Convert the contents of reader from the InputFormat to the OutputFormat and uses the writer to write the resulting text. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) |