TextConverter Members
The TextConverter class is an abstract base class representing a transformation of text or other data from one format to another.
The following tables list the members exposed by the TextConverter type.
Public Properties
Name | Description | |
---|---|---|
InputStreamBufferSize | The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input. | |
OutputStreamBufferSize | The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Convert | Overloaded. The Convert overload converts the entire contents of an input Stream or TextReader object to another format and either stores the results in an output Stream object or writes the results to a TextWriter. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top